Home
last modified time | relevance | path

Searched refs:is_conditionally_const (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs837 let is_conditionally_const = cfg!(feature = "full") && input.peek(token::Bracket); in do_parse() localVariable
839 if is_conditionally_const { in do_parse()
880 if is_conditionally_const || is_unconditionally_const { in do_parse()