index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-56031.rs
blob: b68f56814678c87d261aa200742e32d040991d26 (
plain
)
1
2
3
4
5
6
struct
T
;
impl
for
T
{}
//~^ ERROR missing trait in a trait impl
fn
main
()
{}