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