index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
syn
/
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
);
}