Update feature flags on dyn-star tests

This commit is contained in:
Eric Holk 2022-08-29 12:02:03 -07:00
parent 03148ff735
commit ddfcca48c6
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
// run-pass
#![feature(async_fn_in_traits)]
#![feature(dyn_star)]
#![allow(unused)]
use std::fmt::Debug;

View File

@ -1,6 +1,6 @@
// run-pass
// check-run-results
#![feature(async_fn_in_traits)]
#![feature(dyn_star)]
use std::fmt::Debug;

View File

@ -1,4 +1,4 @@
#![feature(async_fn_in_traits)]
#![feature(dyn_star)]
use std::fmt::Debug;

View File

@ -1,5 +1,5 @@
// run-pass
#![feature(async_fn_in_traits)]
#![feature(dyn_star)]
trait Foo {
fn get(&self) -> usize;