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
/
vendor
/
syn
/
tests
/
regression
/
issue1108.rs
blob: 11a82adaadb0e75deb85d3e73a09e627a773f812 (
plain
)
1
2
3
4
5
#[test]
fn
issue1108
()
{
let
data
=
"impl<x<>>::x for"
;
let
_
=
syn
::
parse_file
(
data
);
}