diff options
| author | lcnr <rust@lcnr.de> | 2025-04-28 17:21:36 +0000 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2025-09-08 14:17:56 +0200 |
| commit | 2cb04b960fb8ae7f29401cd982bdb829b6c54a03 (patch) | |
| tree | 2177721c22b505cbef85d6dc16725ae8bbbdd3f7 /compiler/rustc_middle | |
| parent | 67965f817d2eb47f5238b43f21b35259806b6280 (diff) | |
| download | rust-2cb04b960fb8ae7f29401cd982bdb829b6c54a03.tar.gz rust-2cb04b960fb8ae7f29401cd982bdb829b6c54a03.zip | |
inline `CanonicalTyVarKind`
Diffstat (limited to 'compiler/rustc_middle')
| -rw-r--r-- | compiler/rustc_middle/src/infer/canonical.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/infer/canonical.rs b/compiler/rustc_middle/src/infer/canonical.rs index 4fe4c2dadee..153605ee7f8 100644 --- a/compiler/rustc_middle/src/infer/canonical.rs +++ b/compiler/rustc_middle/src/infer/canonical.rs @@ -27,7 +27,6 @@ use rustc_data_structures::fx::FxHashMap; use rustc_data_structures::sync::Lock; use rustc_macros::{HashStable, TypeFoldable, TypeVisitable}; pub use rustc_type_ir as ir; -pub use rustc_type_ir::CanonicalTyVarKind; use smallvec::SmallVec; use crate::mir::ConstraintCategory; |
