remove the issue_5723_bootstrap feature

This commit is contained in:
cyrgani 2026-02-17 10:54:04 +00:00
parent 28fc413c8f
commit 609fde8569
4 changed files with 3 additions and 9 deletions

View file

@ -1,8 +1,5 @@
//@ run-pass
#![allow(dead_code)]
#![allow(stable_features)]
#![feature(issue_5723_bootstrap)]
trait Foo {
fn dummy(&self) { }

View file

@ -1,9 +1,6 @@
//@ run-pass
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(stable_features)]
#![feature(issue_5723_bootstrap)]
trait Foo {
fn dummy(&self) { }