aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/case-warning.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/case-warning.stderr')
-rw-r--r--tests/ui/case-warning.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/case-warning.stderr b/tests/ui/case-warning.stderr
index d140c19..8309912 100644
--- a/tests/ui/case-warning.stderr
+++ b/tests/ui/case-warning.stderr
@@ -1,16 +1,16 @@
error: function `fooBar` should have a snake case name
- --> $DIR/case-warning.rs:8:20
+ --> tests/ui/case-warning.rs:8:20
|
8 | pub fn [<foo $i>]() {}
| ^^^^^^^^^^ help: convert the identifier to snake case: `foo_bar`
...
13 | m!(Bar);
- | -------- in this macro invocation
+ | ------- in this macro invocation
|
note: the lint level is defined here
- --> $DIR/case-warning.rs:1:9
+ --> tests/ui/case-warning.rs:1:9
|
1 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(non_snake_case)]` implied by `#[deny(warnings)]`
- = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+ = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)