]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1598-generic-associated-types/shadowing.stderr
Rollup merge of #63158 - JohnTitor:add-test-for-58951, r=Centril
[rust.git] / src / test / ui / rfc1598-generic-associated-types / shadowing.stderr
1 warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
2   --> $DIR/shadowing.rs:1:12
3    |
4 LL | #![feature(generic_associated_types)]
5    |            ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(incomplete_features)]` on by default
8