Home
last modified time | relevance | path

Searched defs:const_span (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/operators/
Dnumeric_arithmetic.rs13 const_span: Option<Span>, field
Darithmetic_side_effects.rs34 const_span: Option<Span>, field
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dgenerics.rs111 let const_span = self.token.span; in parse_const_param() localVariable
/third_party/rust/rust/compiler/rustc_passes/src/
Dstability.rs165 let mut const_span = None; in annotate() localVariable
Derrors.rs1475 pub const_span: Span, field
/third_party/rust/rust/compiler/rustc_parse/src/
Derrors.rs1597 pub const_span: Span, field
1607 pub const_span: Span, field
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dmod.rs3371 let const_span = self.tcx.def_span(uv.def); in report_not_const_evaluatable_error() localVariable