X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fissue-18199.rs;h=bc0c4a565029400f21f547828a0e5091444ad798;hb=3d23de7bafffa6f331b59ce775327bb4aa343166;hp=46aac8701fd988a02b05577a23a94f46080f0393;hpb=46f3bdf5ab1f590af4d5641833f90fb1e8efff3e;p=rust.git diff --git a/src/test/rustdoc/issue-18199.rs b/src/test/rustdoc/issue-18199.rs index 46aac8701fd..bc0c4a56502 100644 --- a/src/test/rustdoc/issue-18199.rs +++ b/src/test/rustdoc/issue-18199.rs @@ -1,19 +1,9 @@ -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - // compile-flags:--test #![doc(test(attr(feature(staged_api))))] /// ``` -/// #![staged_api] +/// #![unstable(feature="test", issue="18199")] /// fn main() {} /// ``` pub fn foo() {}