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