index
:
fparkan
master
rcli
Utilities and tools for the game “Parkan: Iron Strategy”.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
syn
/
tests
/
regression
/
issue1108.rs
blob: 11a82adaadb0e75deb85d3e73a09e627a773f812 (
plain
) (
blame
)
1
2
3
4
5
#[test]
fn
issue1108
()
{
let
data
=
"impl<x<>>::x for"
;
let
_
=
syn
::
parse_file
(
data
);
}