hyperchad_template 0.2.0

HyperChad template package
1
2
3
4
5
6
7
8
9
error: unexpected end of input, expected one of: curly braces, literal, parentheses, `@`, `;`, integer literal, floating point literal, `#`, identifier
 --> tests/warnings/attribute-missing-value.rs:4:5
  |
4 | /     container! {
5 | |         div href=
6 | |     };
  | |_____^
  |
  = note: this error originates in the macro `container` (in Nightly builds, run with -Z macro-backtrace for more info)