diff options
| author | Jean CASPAR <jean.caspar67610@gmail.com> | 2024-03-24 15:11:27 +0000 |
|---|---|---|
| committer | Jean CASPAR <jean.caspar67610@gmail.com> | 2024-04-13 14:50:25 +0100 |
| commit | 4226dc2045717ba8570e56c446557ce808b10916 (patch) | |
| tree | b55eecca4fa11cd260476b5cebe6e98bebd02ff5 /compiler/rustc_resolve/src/errors.rs | |
| parent | e4f4e58dc3c20617f4a245a38237ed5fe0224911 (diff) | |
| download | rust-4226dc2045717ba8570e56c446557ce808b10916.tar.gz rust-4226dc2045717ba8570e56c446557ce808b10916.zip | |
Migrate some diagnostics
Diffstat (limited to 'compiler/rustc_resolve/src/errors.rs')
| -rw-r--r-- | compiler/rustc_resolve/src/errors.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_resolve/src/errors.rs b/compiler/rustc_resolve/src/errors.rs index 665abc2b067..9a140f98c7f 100644 --- a/compiler/rustc_resolve/src/errors.rs +++ b/compiler/rustc_resolve/src/errors.rs @@ -1,4 +1,3 @@ -#![allow(dead_code)] // TODO : non use rustc_errors::{codes::*, Applicability, MultiSpan}; use rustc_macros::{Diagnostic, Subdiagnostic}; use rustc_span::{ @@ -955,4 +954,4 @@ pub(crate) struct PatternDoesntBindName { pub(crate) struct VariableNotInAllPatterns { #[primary_span] pub(crate) span: Span, -} \ No newline at end of file +} |
