Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/paste/tests/ui/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 590 B image not shown  

Quelle  case-warning.stderr   Sprache: unbekannt

 
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)

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]