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
/
recover
/
recover-struct.rs
blob: bfa5b454c0a8b37b1c6f0e56bef757fd63f68c25 (
plain
)
1
2
3
4
5
6
7
fn
main
()
{
struct
Test
{
Very
Bad
//~ ERROR found `Bad`
Stuff
}
}