Skip to content

Commit 6fe5f42

Browse files
author
boats
committed
Fix carets.
1 parent cf6e2f5 commit 6fe5f42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/ui/lint/lint-group-nonstandard-style.stderr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ note: lint level defined here
88
--> $DIR/lint-group-style.rs:11:9
99
|
1010
11 | #![deny(nonstandard_style)]
11-
| ^^^^^^^^^
11+
| ^^^^^^^^^^^^^^^^^
1212
= note: #[deny(non_snake_case)] implied by #[deny(nonstandard_style)]
1313

1414
error: function `CamelCase` should have a snake case name such as `camel_case`
@@ -21,7 +21,7 @@ note: lint level defined here
2121
--> $DIR/lint-group-style.rs:20:14
2222
|
2323
20 | #[forbid(nonstandard_style)]
24-
| ^^^^^^^^^
24+
| ^^^^^^^^^^^^^^^^^
2525
= note: #[forbid(non_snake_case)] implied by #[forbid(nonstandard_style)]
2626

2727
error: static variable `bad` should have an upper case name such as `BAD`
@@ -34,7 +34,7 @@ note: lint level defined here
3434
--> $DIR/lint-group-style.rs:20:14
3535
|
3636
20 | #[forbid(nonstandard_style)]
37-
| ^^^^^^^^^
37+
| ^^^^^^^^^^^^^^^^^
3838
= note: #[forbid(non_upper_case_globals)] implied by #[forbid(nonstandard_style)]
3939

4040
warning: function `CamelCase` should have a snake case name such as `camel_case`
@@ -47,7 +47,7 @@ note: lint level defined here
4747
--> $DIR/lint-group-style.rs:28:17
4848
|
4949
28 | #![warn(nonstandard_style)]
50-
| ^^^^^^^^^
50+
| ^^^^^^^^^^^^^^^^^
5151
= note: #[warn(non_snake_case)] implied by #[warn(nonstandard_style)]
5252

5353
warning: type `snake_case` should have a camel case name such as `SnakeCase`
@@ -60,7 +60,7 @@ note: lint level defined here
6060
--> $DIR/lint-group-style.rs:28:17
6161
|
6262
28 | #![warn(nonstandard_style)]
63-
| ^^^^^^^^^
63+
| ^^^^^^^^^^^^^^^^^
6464
= note: #[warn(non_camel_case_types)] implied by #[warn(nonstandard_style)]
6565

6666
error: aborting due to 3 previous errors

0 commit comments

Comments
 (0)