Skip to content

Commit

Permalink
fix "correct" case in diagnostic error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 10, 2017
1 parent cfc7cf3 commit 88e4bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ outlives another using a `where` clause:
fn make_child<'tree, 'human>(
x: &'human i32,
y: &'tree i32
) -> &'tree i32
) -> &'human i32
where
'tree: 'human
{
Expand Down

0 comments on commit 88e4bf6

Please sign in to comment.