X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibprofiler_builtins%2Flib.rs;h=bb1f2785deb1bf46d0871ef1c09a69d3c9e21f16;hb=9a78c2b11d50fc1ed60c92eec7cb59ae74516e89;hp=0d12ba01c87a2ed5deb9ba1cdea6f1d42d8c3114;hpb=fb3a01354ffecc41d7a189e4dd225d706387a522;p=rust.git diff --git a/src/libprofiler_builtins/lib.rs b/src/libprofiler_builtins/lib.rs index 0d12ba01c87..bb1f2785deb 100644 --- a/src/libprofiler_builtins/lib.rs +++ b/src/libprofiler_builtins/lib.rs @@ -1,9 +1,11 @@ #![no_std] #![feature(profiler_runtime)] #![profiler_runtime] -#![unstable(feature = "profiler_runtime_lib", - reason = "internal implementation detail of rustc right now", - issue = "0")] +#![unstable( + feature = "profiler_runtime_lib", + reason = "internal implementation detail of rustc right now", + issue = "none" +)] #![allow(unused_features)] #![feature(nll)] #![feature(staged_api)]