mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
rustc: Fix typo in variant name
This commit is contained in:
committed by
Niko Matsakis
parent
c83ab4bcb8
commit
ad19609dbc
@@ -1020,7 +1020,7 @@ fn extract_regions_and_report_errors(graph: &Graph) -> ~[region] {
|
||||
self.report_error_for_expanding_node(
|
||||
graph, dup_map, node_vid);
|
||||
}
|
||||
Contraction => {
|
||||
Contracting => {
|
||||
self.report_error_for_contracting_node(
|
||||
graph, dup_map, node_vid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user