rust/src/libproc_macro
Niko Matsakis fda3378e3f introduce negative_impls feature gate and document
They used to be covered by `optin_builtin_traits` but negative impls
are now applicable to all traits, not just auto traits.

This also adds docs in the unstable book for the current state of auto traits.
2020-03-26 06:52:55 -04:00
..
bridge fix various typos 2020-03-06 15:19:31 +01:00
Cargo.toml bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
diagnostic.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
lib.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
quote.rs proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00