Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-56031.rs
blob: b68f56814678c87d261aa200742e32d040991d26 [
file
]
struct
T
;
impl
for
T
{}
//~^ ERROR missing trait in a trait impl
fn
main
()
{}