Sha256: 7b7d470edc2a11b0864534099b360e0c42d423e068f49cea7858e0b340c2ef3d
Contents?: true
Size: 590 Bytes
Versions: 38
Compression:
Stored size: 590 Bytes
Contents
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)
Version data entries
38 entries across 38 versions & 1 rubygems