]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/min-and-full-same-time.stderr
Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
[rust.git] / src / test / ui / const-generics / min-and-full-same-time.stderr
1 error: features `const_generics` and `min_const_generics` are incompatible, using them at the same time is not allowed
2   --> $DIR/min-and-full-same-time.rs:1:12
3    |
4 LL | #![feature(const_generics)]
5    |            ^^^^^^^^^^^^^^
6 ...
7 LL | #![feature(min_const_generics)]
8    |            ^^^^^^^^^^^^^^^^^^
9    |
10    = help: remove one of these features
11
12 error: aborting due to previous error
13