Sign in
rust
/
rust
/
d5525a73009e2c61b09daa69df79064530bd4dcf
/
.
/
tests
/
ui
/
error-codes
/
E0540.rs
blob: db29e6801f582dd4c286a193a273133df5cf6143 [
file
]
#[
inline
()]
//~ ERROR malformed `inline` attribute input
pub
fn
something
()
{}
fn
main
()
{
something
();
}