Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
wf
/
wf-impl-self-type.rs
blob: 2dd9b4ef01dbcf620cd6358e5406e9454d796a6a [
file
]
// Tests that we point at the proper location for an error
// involving the self-type of an impl
trait
Foo
{}
impl
Foo
for
Option
<[
u8
]>
{}
//~ ERROR the size for
fn
main
()
{}