Cargo Features
[dependencies]
quasi_codegen = { version = "0.32.0", default-features = false, features = ["with-syntex", "unstable-testing"] }
- default = with-syntex
-
The
with-syntex
feature is set by default wheneverquasi_codegen
is added without
somewhere in the dependency tree.default-features = false - with-syntex default = syntex, syntex_errors, syntex_syntax
-
Enables with-syntex of aster
Affects
quasi_codegen::expand
… - unstable-testing = clippy
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.