summary refs log tree commit diff
path: root/src/test/ui/hygiene/generic_params.stderr
blob: 6de36deb5976480b97cb25ef2630a1f1f3d80ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/generic_params.rs:6:37
   |
LL | #![feature(decl_macro, rustc_attrs, const_generics)]
   |                                     ^^^^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default
   = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information
   = help: consider using `min_const_generics` instead, which is more stable and complete

warning: 1 warning emitted