X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fissue-32395.rs;h=91d185796139ca73c45ae536be327194bff1b6ec;hb=4f7fc5ad67368e8c9ef0ce1a4564e8228e67740a;hp=fba2a6ad4877c8703be2a310d735b58b6c24abda;hpb=64a13a46601bb47a470264936b623b4adf706128;p=rust.git diff --git a/src/test/rustdoc/issue-32395.rs b/src/test/rustdoc/issue-32395.rs index fba2a6ad487..91d18579613 100644 --- a/src/test/rustdoc/issue-32395.rs +++ b/src/test/rustdoc/issue-32395.rs @@ -1,21 +1,13 @@ -// Copyright 2016 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. - // aux-build:variant-struct.rs // build-aux-docs // ignore-cross-compile // @has variant_struct/enum.Foo.html // @!has - 'pub qux' +// @!has - 'pub Bar' extern crate variant_struct; // @has issue_32395/enum.Foo.html // @!has - 'pub qux' +// @!has - 'pub Bar' pub use variant_struct::Foo;