Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs2369 pub struct InitError { struct
2374 pub(crate) nested: Option<Box<InitError>>, argument
2376 impl InitError { implementation
2377 fn spanned(self, span: Span) -> InitError { in spanned()
2381 fn nested(self, nested: impl Into<Option<InitError>>) -> InitError { in nested() method
2387 impl<'a> From<&'a str> for InitError { implementation
2392 impl From<String> for InitError { implementation
2465 ) -> Option<InitError> { in check_expr()
2516 ) -> Option<InitError> { in check_expr()