summary refs log tree commit diff
path: root/src/test/ui/const-generics/raw-ptr-const-param-deref.stderr
blob: 73221596c8e8797755a2669687e573ee321853d3 (plain)
1
2
3
4
5
6
7
8
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
  --> $DIR/raw-ptr-const-param-deref.rs:2:12
   |
LL | #![feature(const_generics, const_compare_raw_pointers)]
   |            ^^^^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default