diff options
| author | Eric Huss <eric@huss.org> | 2023-12-10 09:34:13 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-12-10 13:03:28 -0800 |
| commit | f481596ee4e761182f20eaf1b67d4431cd2d5556 (patch) | |
| tree | fc0ae7b828e7036216820f6426879bef446cc7b0 /tests/ui/rust-2018/extern-crate-submod.rs | |
| parent | 7e452c123c5acea813130a9519b34f83795cb856 (diff) | |
| download | rust-f481596ee4e761182f20eaf1b67d4431cd2d5556.tar.gz rust-f481596ee4e761182f20eaf1b67d4431cd2d5556.zip | |
Remove edition umbrella features.
Diffstat (limited to 'tests/ui/rust-2018/extern-crate-submod.rs')
| -rw-r--r-- | tests/ui/rust-2018/extern-crate-submod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/rust-2018/extern-crate-submod.rs b/tests/ui/rust-2018/extern-crate-submod.rs index dfce9128c51..cb0cd7a8331 100644 --- a/tests/ui/rust-2018/extern-crate-submod.rs +++ b/tests/ui/rust-2018/extern-crate-submod.rs @@ -5,7 +5,6 @@ // us to rewrite paths. We don't (and we leave the `extern crate` in // place). -#![feature(rust_2018_preview)] #![deny(absolute_paths_not_starting_with_crate)] mod m { |
