auto_enums 0.8.10

A library for to allow multiple return types by automatically generated enum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: unexpected token in attribute
 --> tests/ui/auto_enum/attribute.rs:9:16
  |
9 |         #[never(foo)] //~ ERROR unexpected token
  |                ^

error: unexpected token in attribute
  --> tests/ui/auto_enum/attribute.rs:19:17
   |
19 |         #[nested(foo)] //~ ERROR unexpected token
   |                 ^

error: #[rec] has been removed and replaced with #[nested]
  --> tests/ui/auto_enum/attribute.rs:29:9
   |
29 |         #[rec] //~ ERROR #[rec] has been removed and replaced with #[nested]
   |         ^^^^^^