dtor 0.13.0

__attribute__((destructor)) for Rust
Documentation
1
2
3
4
5
6
7
8
9
error: Unexpected form for meta attribute: unknown-attribute

       ... expected 'attr', 'attr = value', 'attr(arg)', 'attr(arg) = value'
 --> tests/errors/dtor_bad.rs:4:1
  |
4 | #[dtor(unknown-attribute)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `$crate::__extract_meta` which comes from the expansion of the attribute macro `dtor` (in Nightly builds, run with -Z macro-backtrace for more info)