Skip to content

Commit

Permalink
trait_upcasting is not currently an incomplete feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid authored Sep 14, 2024
1 parent 5e3ede2 commit 29ccc0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ so long as `Bar: Foo`.

```rust,edition2018
#![feature(trait_upcasting)]
#![allow(incomplete_features)]
trait Foo {}
Expand Down

0 comments on commit 29ccc0d

Please sign in to comment.