rust/compiler/rustc_metadata/src
Maybe Waffle 177af47104 Implement #[rustc_default_body_unstable]
This attribute allows to mark default body of a trait function as
unstable. This means that implementing the trait without implementing
the function will require enabling unstable feature.

This is useful in conjunction with `#[rustc_must_implement_one_of]`,
we may want to relax requirements for a trait, for example allowing
implementing either of `PartialEq::{eq, ne}`, but do so in a safe way
-- making implementation of only `PartialEq::ne` unstable.
2022-07-26 15:38:03 +04:00
..
rmeta Implement #[rustc_default_body_unstable] 2022-07-26 15:38:03 +04:00
creader.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
dependency_format.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
foreign_modules.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
fs.rs fall back on the blank path if out_filename is blank 2022-07-02 22:54:37 +09:00
lib.rs Stabilize let_chains 2022-07-16 20:17:58 -03:00
locator.rs Fix typo/grammar in locator.rs doc comment 2022-07-23 07:31:20 +02:00
native_libs.rs Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00