diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-08-30 09:02:58 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-08-30 17:14:59 +1000 |
| commit | cc16c902f13c6ba0f191eb6cc151a4b5e009eace (patch) | |
| tree | f376ef891b734490d7e64941564953ea29263efa /compiler/rustc_hir_analysis/src/errors | |
| parent | 67556eca99e044370a6ec85e1610c2e090ee7401 (diff) | |
| download | rust-cc16c902f13c6ba0f191eb6cc151a4b5e009eace.tar.gz rust-cc16c902f13c6ba0f191eb6cc151a4b5e009eace.zip | |
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Diffstat (limited to 'compiler/rustc_hir_analysis/src/errors')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/errors/wrong_number_of_generic_args.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors/wrong_number_of_generic_args.rs b/compiler/rustc_hir_analysis/src/errors/wrong_number_of_generic_args.rs index f8b2469dfea..da89f5769d1 100644 --- a/compiler/rustc_hir_analysis/src/errors/wrong_number_of_generic_args.rs +++ b/compiler/rustc_hir_analysis/src/errors/wrong_number_of_generic_args.rs @@ -5,6 +5,7 @@ use rustc_errors::{pluralize, Applicability, Diag, Diagnostic, EmissionGuarantee use rustc_hir as hir; use rustc_middle::ty::{self as ty, AssocItems, AssocKind, TyCtxt}; use rustc_span::def_id::DefId; +use tracing::debug; use GenericArgsInfo::*; /// Handles the `wrong number of type / lifetime / ... arguments` family of error messages. |
