mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
rename ErrorReported -> ErrorGuaranteed
This commit is contained in:
@@ -232,7 +232,7 @@ fn into_tokens(self) -> proc_macro2::TokenStream {
|
||||
fn into_diagnostic(
|
||||
self,
|
||||
#sess: &'__session_diagnostic_sess rustc_session::Session
|
||||
) -> rustc_errors::DiagnosticBuilder<'__session_diagnostic_sess, rustc_errors::ErrorReported> {
|
||||
) -> rustc_errors::DiagnosticBuilder<'__session_diagnostic_sess, rustc_errors::ErrorGuaranteed> {
|
||||
#implementation
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user