trait_upcasting is not currently an incomplete feature.

This commit is contained in:
Kevin Reid 2024-09-14 14:46:29 -07:00 committed by GitHub
parent 5e3ede22ef
commit 29ccc0d325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,6 @@ so long as `Bar: Foo`.
```rust,edition2018
#![feature(trait_upcasting)]
#![allow(incomplete_features)]
trait Foo {}