Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
16
third-party/vendor/paste/tests/ui/case-warning.stderr
vendored
Normal file
16
third-party/vendor/paste/tests/ui/case-warning.stderr
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
error: function `fooBar` should have a snake case name
|
||||
--> 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
|
||||
|
|
||||
note: the lint level is defined here
|
||||
--> tests/ui/case-warning.rs:1:9
|
||||
|
|
||||
1 | #![deny(warnings)]
|
||||
| ^^^^^^^^
|
||||
= note: `#[deny(non_snake_case)]` implied by `#[deny(warnings)]`
|
||||
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
Loading…
Add table
Add a link
Reference in a new issue