We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83460d5 commit 658e745Copy full SHA for 658e745
compiler/rustc_session/src/options.rs
@@ -68,7 +68,7 @@ macro_rules! top_level_options {
68
pub struct Options {
69
$(
70
$( #[$attr] )*
71
- pub $opt: $t
+ $opt: $t
72
),*
73
}
74
0 commit comments