2016-03-22 00:59:43 -05:00
|
|
|
// aux-build:variant-struct.rs
|
|
|
|
// build-aux-docs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
|
|
|
// @has variant_struct/enum.Foo.html
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'pub qux'
|
|
|
|
// @!hasraw - 'pub(crate) qux'
|
|
|
|
// @!hasraw - 'pub Bar'
|
2016-03-22 00:59:43 -05:00
|
|
|
extern crate variant_struct;
|
|
|
|
|
|
|
|
// @has issue_32395/enum.Foo.html
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'pub qux'
|
|
|
|
// @!hasraw - 'pub(crate) qux'
|
|
|
|
// @!hasraw - 'pub Bar'
|
2016-03-22 00:59:43 -05:00
|
|
|
pub use variant_struct::Foo;
|