Better group RFC ui tests together
This commit is contained in:
parent
7452822843
commit
9d3482c403
543 changed files with 145 additions and 145 deletions
10
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.stderr
Normal file
10
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.stderr
Normal file
|
@ -0,0 +1,10 @@
|
|||
error: const bounds must start with `~`
|
||||
--> $DIR/without-tilde.rs:5:13
|
||||
|
|
||||
LL | struct S<T: const Tr>;
|
||||
| -^^^^
|
||||
| |
|
||||
| help: add `~`: `~`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue