Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-56031.rs
blob: b68f56814678c87d261aa200742e32d040991d26 [
file
] [
log
] [
blame
] [
edit
]
struct
T
;
impl
for
T
{}
//~^ ERROR missing trait in a trait impl
fn
main
()
{}