Skip to content

Commit 658e745

Browse files
committed
Make top level session option fields private
1 parent 83460d5 commit 658e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ macro_rules! top_level_options {
6868
pub struct Options {
6969
$(
7070
$( #[$attr] )*
71-
pub $opt: $t
71+
$opt: $t
7272
),*
7373
}
7474

0 commit comments

Comments
 (0)