mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 22:10:08 +00:00
7 lines
82 B
Rust
7 lines
82 B
Rust
#[inline()] //~ ERROR E0534
|
|
pub fn something() {}
|
|
|
|
fn main() {
|
|
something();
|
|
}
|