]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/impl-opt-out-trait.stderr
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / impl-opt-out-trait.stderr
1 error: expected a trait, found type
2   --> $DIR/impl-opt-out-trait.rs:8:6
3    |
4 LL | impl ?const T for S {}
5    |      ^^^^^^^^
6
7 error: aborting due to previous error
8