]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2632-const-trait-impl/without-tilde.stderr
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / ui / rfc-2632-const-trait-impl / without-tilde.stderr
1 error: const bounds must start with `~`
2   --> $DIR/without-tilde.rs:5:13
3    |
4 LL | struct S<T: const Tr>;
5    |             -^^^^
6    |             |
7    |             help: add `~`: `~`
8
9 error: aborting due to previous error
10