Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Derrors.rs228 pub(crate) struct AttemptToUseNonConstantValueInConstantWithSuggestion<'a> { struct
230 pub(crate) span: Span,
231 pub(crate) ident: Ident,
232 pub(crate) suggestion: &'a str,
233 pub(crate) current: &'a str,