remove feature(trait_upcasting) from tests and bless them

This commit is contained in:
Waffle Lapkin 2024-12-16 02:29:00 +01:00
parent a970a0d77e
commit e9d5d1113f
No known key found for this signature in database
72 changed files with 67 additions and 275 deletions

View file

@ -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);