This website requires JavaScript.
Explore
Help
Register
Sign In
valentineus
/
fparkan
Watch
1
Fork
0
Code
Issues
Pull Requests
Actions
Releases
Activity
Files
8f3613c8a5cc947f0a554af0c2197fd8cce400a8
fparkan
/
vendor
/
syn
/
tests
/
regression
/
issue1108.rs
T
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial vendor packages
2024-01-08 01:21:28 +04:00
#[test]
fn
issue1108
()
{
let
data
=
"impl<x<>>::x for"
;
let
_
=
syn
::
parse_file
(
data
);
}
Copy Permalink