about summary refs log tree commit diff
path: root/tests/ui/underscore-lifetime/raw-underscore-lifetime.stderr
blob: bdb357a47f4b71c23e9d1ac4422dee5300477a0b (plain)
1
2
3
4
5
6
7
8
error: `_` cannot be a raw lifetime
  --> $DIR/raw-underscore-lifetime.rs:6:6
   |
LL | fn f<'r#_>(){}
   |      ^^^^

error: aborting due to 1 previous error