mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
trait_upcasting
is not currently an incomplete feature.
This commit is contained in:
parent
5e3ede22ef
commit
29ccc0d325
@ -12,7 +12,6 @@ so long as `Bar: Foo`.
|
||||
|
||||
```rust,edition2018
|
||||
#![feature(trait_upcasting)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
trait Foo {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user