Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
error-codes
/
E0540.rs
blob: db29e6801f582dd4c286a193a273133df5cf6143 [
file
] [
log
] [
blame
]
#[
inline
()]
//~ ERROR malformed `inline` attribute input
pub
fn
something
()
{}
fn
main
()
{
something
();
}