Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
ui
/
invalid-self-argument
/
bare-fn.rs
blob: 342bdc31a7c8218f45a05c557a4206a610f3871a [
file
] [
log
] [
blame
]
fn
b
(
foo
:
u32
,
&
mut
self
)
{
}
//~^ ERROR unexpected `self` parameter in function
//~| NOTE must be the first parameter of an associated function
fn
main
()
{
}