diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-02-18 18:40:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 18:40:54 +0100 |
| commit | a66ef2f40ea7ed4731a8b5cde8e4061707be090f (patch) | |
| tree | 4235e7e351fa53b4c85d303003f66197e32b4e1d /compiler/rustc_hir_analysis/src/lib.rs | |
| parent | 10dd016a80fc797fbdc8deb86cc1a2c8b507cf7e (diff) | |
| parent | 693f7035f1a98cc9a640b045c9e996c8bb1606cd (diff) | |
| download | rust-a66ef2f40ea7ed4731a8b5cde8e4061707be090f.tar.gz rust-a66ef2f40ea7ed4731a8b5cde8e4061707be090f.zip | |
Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxu
Make E0599 a structured error
Diffstat (limited to 'compiler/rustc_hir_analysis/src/lib.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs index 66d7c9377ed..0859a39b155 100644 --- a/compiler/rustc_hir_analysis/src/lib.rs +++ b/compiler/rustc_hir_analysis/src/lib.rs @@ -92,6 +92,7 @@ mod impl_wf_check; mod outlives; mod variance; +pub use errors::NoVariantNamed; use rustc_abi::ExternAbi; use rustc_hir as hir; use rustc_hir::def::DefKind; |
