Home
last modified time | relevance | path

Searched refs:VisRest (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/tests/
H A Dtest_visibility.rs11 struct VisRest { structure names
16 impl Parse for VisRest {
18 Ok(VisRest { in parse()
32 let parse: VisRest = syn::parse_str($input).unwrap();
45 syn::parse2::<VisRest>($input.parse().unwrap()).unwrap_err();

Completed in 1 milliseconds