summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2632-const-trait-impl/feature-gate.stock.stderr
blob: 91a8bb578a829ecdd7f0ec9f8312a745fc5b9acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: const trait impls are experimental
  --> $DIR/feature-gate.rs:9:6
   |
LL | impl const T for S {}
   |      ^^^^^
   |
   = note: see issue #67792 <https://github.com/rust-lang/rust/issues/67792> for more information
   = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.