mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
7 lines
112 B
Rust
7 lines
112 B
Rust
#[inline(unknown)] //~ ERROR malformed `inline` attribute
|
|
pub fn something() {}
|
|
|
|
fn main() {
|
|
something();
|
|
}
|