rust/src/test/rustdoc/duplicate-flags.rs
Zach Lute 5302539c98 Change all 'optflag' arguments to 'optflagmulti'
Because specifying these flags multiple times will never be discernibly different in functionality from specifying them a single time, there is no reason to fail and report an error to the user.
2021-07-10 14:20:32 -07:00

4 lines
129 B
Rust

// compile-flags: --document-private-items --document-private-items
// @has duplicate_flags/struct.Private.html
struct Private;