diff options
Diffstat (limited to 'src/test/ui/specialization/issue-52050.rs')
| -rw-r--r-- | src/test/ui/specialization/issue-52050.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/specialization/issue-52050.rs b/src/test/ui/specialization/issue-52050.rs index 70cdb4899c4..00d8d126e05 100644 --- a/src/test/ui/specialization/issue-52050.rs +++ b/src/test/ui/specialization/issue-52050.rs @@ -12,7 +12,7 @@ // Regression test for #52050: when inserting the blanket impl `I` // into the tree, we had to replace the child node for `Foo`, which -// led to the struture of the tree being messed up. +// led to the structure of the tree being messed up. use std::iter::Iterator; |
