Skip to content

Commit c9f9bc2

Browse files
committed
fix typo making maps public
1 parent 7caf084 commit c9f9bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/maps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ macro_rules! define_map_struct {
592592
output: $output:tt) => {
593593
define_map_struct! {
594594
tcx: $tcx,
595-
ready: ([pub] $attrs $name),
595+
ready: ([] $attrs $name),
596596
input: ($($input)*),
597597
output: $output
598598
}

0 commit comments

Comments
 (0)