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

error: aborting due to previous error

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