mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
21 lines
571 B
Text
21 lines
571 B
Text
error: expected expression, found `@`
|
|
--> tests/ui/unconditional-recursion.rs:8:5
|
|
|
|
|
8 | @//fail
|
|
| ^ expected expression
|
|
|
|
warning: function cannot return without recursing
|
|
--> tests/ui/unconditional-recursion.rs:4:9
|
|
|
|
|
4 | #[error("{self}")]
|
|
| ^^^^^^^^
|
|
| |
|
|
| cannot return without recursing
|
|
| recursive call site
|
|
|
|
|
= help: a `loop` may express intention better if this is on purpose
|
|
note: the lint level is defined here
|
|
--> tests/ui/unconditional-recursion.rs:4:9
|
|
|
|
|
4 | #[error("{self}")]
|
|
| ^^^^^^^^
|