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.
4 lines
129 B
Rust
4 lines
129 B
Rust
// compile-flags: --document-private-items --document-private-items
|
|
|
|
// @has duplicate_flags/struct.Private.html
|
|
struct Private;
|