]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/tilde-twice.stderr
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / tilde-twice.stderr
1 error: expected identifier, found `~`
2   --> $DIR/tilde-twice.rs:5:20
3    |
4 LL | struct S<T: ~const ~const Tr>;
5    |                    ^ expected identifier
6
7 error: aborting due to previous error
8