blob: 13468c153132e7b602c9243b14b5e52f993db57a [file] [log] [blame]
// aux-build:variant-struct.rs
// build-aux-docs
// ignore-cross-compile
// @has variant_struct/enum.Foo.html
// @!has - 'pub qux'
// @!has - 'pub(crate) qux'
// @!has - 'pub Bar'
extern crate variant_struct;
// @has issue_32395/enum.Foo.html
// @!has - 'pub qux'
// @!has - 'pub(crate) qux'
// @!has - 'pub Bar'
pub use variant_struct::Foo;