diff options
Diffstat (limited to 'vendor/thiserror/tests/ui/expression-fallback.stderr')
| -rw-r--r-- | vendor/thiserror/tests/ui/expression-fallback.stderr | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/thiserror/tests/ui/expression-fallback.stderr b/vendor/thiserror/tests/ui/expression-fallback.stderr deleted file mode 100644 index 5c9f2157..00000000 --- a/vendor/thiserror/tests/ui/expression-fallback.stderr +++ /dev/null @@ -1,19 +0,0 @@ -error: expected `,`, found `.` - --> tests/ui/expression-fallback.rs:4:11 - | -4 | #[error("".yellow)] - | ^ expected `,` - -error: argument never used - --> tests/ui/expression-fallback.rs:4:12 - | -4 | #[error("".yellow)] - | -- ^^^^^^ argument never used - | | - | formatting specifier missing - -error[E0425]: cannot find value `yellow` in this scope - --> tests/ui/expression-fallback.rs:4:12 - | -4 | #[error("".yellow)] - | ^^^^^^ not found in this scope |
