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