Cargo Features

Mockall_derive has no features set by default.

[dependencies]
mockall_derive = { version = "0.12.1", features = ["nightly_derive"] }
nightly_derive

Extra features for the nightly compiler only
Must have a different name than the corresponding feature in mockall in order to catch hygiene violations.

Enables nightly of proc-macro2