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
/
bad-name.rs
blob: 9b42716924d32a17a7e12fbb9bc948e878e52522 (
plain
)
1
2
3
4
5
// error-pattern: expected
fn
main
()
{
let
x
.
y
::
<
isize
>
.
z
foo
;
}