diff options
| author | bors <bors@rust-lang.org> | 2025-02-07 17:56:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-07 17:56:45 +0000 |
| commit | a9e7b30487235621751cc628f170c0f15fb215c4 (patch) | |
| tree | dd52a558529c0170e5d6dc6ce1ffe28afeb58694 /tests/codegen/vtable-upcast.rs | |
| parent | 64e06c0f5578829373743884b708d494136c3e8f (diff) | |
| parent | b4c4913abbbd0d050d6fb4abd323c1065fe6dc41 (diff) | |
| download | rust-a9e7b30487235621751cc628f170c0f15fb215c4.tar.gz rust-a9e7b30487235621751cc628f170c0f15fb215c4.zip | |
Auto merge of #136697 - matthiaskrgr:rollup-eww4vl9, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #134367 (Stabilize `feature(trait_upcasting)`) - #135940 (Update toolstate maintainers) - #135945 (Remove some unnecessary parens in `assert!` conditions) - #136577 (Pattern Migration 2024: try to suggest eliding redundant binding modifiers) - #136598 (Fix suggestion for `dependency_on_unit_never_type_fallback` involving closures + format args expansions) - #136653 (Remove dead code from rustc_codegen_llvm and the LLVM wrapper) - #136664 (replace one `.map_or(true, ...)` with `.is_none_or(...)`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/codegen/vtable-upcast.rs')
| -rw-r--r-- | tests/codegen/vtable-upcast.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/vtable-upcast.rs b/tests/codegen/vtable-upcast.rs index ae7b4bf7aee..9e13e8dd68a 100644 --- a/tests/codegen/vtable-upcast.rs +++ b/tests/codegen/vtable-upcast.rs @@ -2,7 +2,6 @@ //@ compile-flags: -C no-prepopulate-passes -Copt-level=0 #![crate_type = "lib"] -#![feature(trait_upcasting)] pub trait Base { fn base(&self); |
