diff options
| author | Ralf Jung <post@ralfj.de> | 2025-03-10 08:33:53 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-03-10 08:51:19 +0100 |
| commit | b827087a41869d4ad01398eefa7b491e2c68b1e9 (patch) | |
| tree | eba0b0870e0caa1048762be2898e7531d78727f0 /compiler/rustc_feature/src | |
| parent | c8a50720289378f735a0f6fc07cf5ee9dabab08c (diff) | |
| download | rust-b827087a41869d4ad01398eefa7b491e2c68b1e9.tar.gz rust-b827087a41869d4ad01398eefa7b491e2c68b1e9.zip | |
add tracking issue for unqualified_local_imports
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 7741f6668c3..3c61bfd1c93 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -240,7 +240,7 @@ declare_features! ( /// Added for testing unstable lints; perma-unstable. (internal, test_unstable_lint, "1.60.0", None), /// Helps with formatting for `group_imports = "StdExternalCrate"`. - (unstable, unqualified_local_imports, "1.83.0", None), + (unstable, unqualified_local_imports, "1.83.0", Some(138299)), /// Use for stable + negative coherence and strict coherence depending on trait's /// rustc_strict_coherence value. (unstable, with_negative_coherence, "1.60.0", None), |
