mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 19:32:01 +00:00
7 lines
89 B
Rust
7 lines
89 B
Rust
#[inline(unknown)] //~ ERROR E0535
|
|
pub fn something() {}
|
|
|
|
fn main() {
|
|
something();
|
|
}
|