Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0404.rs
blob: b17333724363b8ff46f9ae750a733f24daa1050a [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
;
struct
Bar
;
impl
Foo
for
Bar
{}
//~ ERROR E0404
fn
main
()
{}
fn
baz
<
T
:
Foo
>(
_
:
T
)
{}
//~ ERROR E0404