summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0296.stderr
blob: 41e9f7ea7f9fbfbc41b02c75c2c59b211e20466f (plain)
1
2
3
4
5
6
7
8
9
error[E0296]: malformed recursion limit attribute, expected #![recursion_limit="N"]
  --> $DIR/E0296.rs:1:1
   |
LL | #![recursion_limit] //~ ERROR E0296
   | ^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0296`.