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, 19 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/ui/expression-fallback.stderr b/vendor/thiserror/tests/ui/expression-fallback.stderr new file mode 100644 index 00000000..5c9f2157 --- /dev/null +++ b/vendor/thiserror/tests/ui/expression-fallback.stderr @@ -0,0 +1,19 @@ +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 |
