summary refs log tree commit diff
path: root/src/test/ui/enable-unstable-lib-feature.stderr
blob: 20b2eb51fcb7c8288e1e903978b38c5d481794b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: function `BOGUS` should have a snake case name such as `bogus`
  --> $DIR/enable-unstable-lib-feature.rs:22:1
   |
LL | pub fn BOGUS() { } //~ ERROR
   | ^^^^^^^^^^^^^^^^^^
   |
note: lint level defined here
  --> $DIR/enable-unstable-lib-feature.rs:16:9
   |
LL | #![deny(non_snake_case)] // To trigger a hard error
   |         ^^^^^^^^^^^^^^

error: aborting due to previous error