X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_feature%2Fbuiltin_attrs.rs;h=a38726e3de81fad8a3e7ff5173de7513600785e7;hb=e22ae2c096ed2b58ab0d6c029b8ae985a1749e1c;hp=3cbf96b6d29a18b4bac15a3d33e8ed5f1b5fdd86;hpb=aaca5f1d76cdb4d06dc0318e81493b9ae743cbc5;p=rust.git diff --git a/src/librustc_feature/builtin_attrs.rs b/src/librustc_feature/builtin_attrs.rs index 3cbf96b6d29..a38726e3de8 100644 --- a/src/librustc_feature/builtin_attrs.rs +++ b/src/librustc_feature/builtin_attrs.rs @@ -409,11 +409,6 @@ macro_rules! experimental { "the `#[compiler_builtins]` attribute is used to identify the `compiler_builtins` crate \ which contains compiler-rt intrinsics and will never be stable", ), - gated!( - sanitizer_runtime, Whitelisted, template!(Word), - "the `#[sanitizer_runtime]` attribute is used to identify crates that contain the runtime \ - of a sanitizer and will never be stable", - ), gated!( profiler_runtime, Whitelisted, template!(Word), "the `#[profiler_runtime]` attribute is used to identify the `profiler_builtins` crate \