summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-custom_test_frameworks.stderr
blob: e288af54cb270c838a5c9314a8936066037b263b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: custom test frameworks are an unstable feature
  --> $DIR/feature-gate-custom_test_frameworks.rs:1:1
   |
LL | #![test_runner(main)]
   | ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/50297
   = help: add #![feature(custom_test_frameworks)] to the crate attributes to enable

error: aborting due to previous error

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