ghosts 0.1.0

Type-check non-existing `Phantom` code for Fun And Profitâ„¢.
Documentation
1
2
3
4
5
6
7
8
9
# The following snippets fail to compile

```rust ,compile_fail
use ::ghosts::vestibule::*;

let _: ::never_say_never::Never = ::ghosts::materialize_unchecked(Ghost);
```

<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->