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