mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 04:47:38 +03:00
Use ui test syntax that does not interfere with rustfmt
This commit is contained in:
parent
15fd26e476
commit
ad2f20b9f7
2 changed files with 4 additions and 4 deletions
|
@ -5,5 +5,5 @@ use thiserror::Error;
|
|||
pub struct Error;
|
||||
|
||||
fn main() {
|
||||
@//fail
|
||||
__FAIL__;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
error: expected expression, found `@`
|
||||
error[E0425]: cannot find value `__FAIL__` in this scope
|
||||
--> tests/ui/unconditional-recursion.rs:8:5
|
||||
|
|
||||
8 | @//fail
|
||||
| ^ expected expression
|
||||
8 | __FAIL__;
|
||||
| ^^^^^^^^ not found in this scope
|
||||
|
||||
warning: function cannot return without recursing
|
||||
--> tests/ui/unconditional-recursion.rs:4:9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue