summary refs log tree commit diff
path: root/src/test/ui/const-generics/raw-ptr-const-param-deref.stderr
blob: 736c9b497250305332c5f95ae1a2aec226715b0b (plain)
1
2
3
4
5
6
7
8
9
10
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

warning: 1 warning emitted