Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/common/
Deq.rs122 use rustc_ast::ast::RangeSyntax;
622 impl SpanlessEq for RangeSyntax { implementation
625 RangeSyntax::DotDotDot | RangeSyntax::DotDotEq => true, in eq()