ctor 0.11.1

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