We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476a87 commit 9d7613aCopy full SHA for 9d7613a
src/test/ui/issue-50825-1.rs
@@ -10,7 +10,7 @@
10
11
// run-pass
12
// regression test for issue #50825
13
-// Make sure that the `impl` bound (): X<T = ()> is prefered over
+// Make sure that the `impl` bound (): X<T = ()> is preferred over
14
// the (): X bound in the where clause.
15
16
trait X {
src/test/ui/issue-50825.rs
-// Make sure that the built-in bound {integer}: Sized is prefered over
+// Make sure that the built-in bound {integer}: Sized is preferred over
// the u64: Sized bound in the where clause.
fn foo(y: &[()])
0 commit comments