dtor 0.11.0

__attribute__((destructor)) for Rust
Documentation
1
2
3
4
5
error[E0433]: cannot find `whatever` in the crate root
 --> tests/errors/dtor_bad_crate_path.rs:3:23
  |
3 | #[dtor(crate_path = ::whatever)]
  |                       ^^^^^^^^ could not find `whatever` in the list of imported crates