We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7073158 commit 0c05ed2Copy full SHA for 0c05ed2
src/test/ui/impl-trait/recursive-impl-trait-type-direct.rs
@@ -1,6 +1,6 @@
1
-// Test that an impl trait type that expands to itself is an error.
+// Test that an `impl Trait` type that expands to itself is an error.
2
3
-fn test() -> impl Sized { //~ ERROR E0720
+fn test() -> impl Sized { //~ ERROR E0720
4
test()
5
}
6
0 commit comments