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