Skip to content

Commit 0c05ed2

Browse files
Apply suggestions from code review
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 7073158 commit 0c05ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/impl-trait/recursive-impl-trait-type-direct.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Test that an impl trait type that expands to itself is an error.
1+
// Test that an `impl Trait` type that expands to itself is an error.
22

3-
fn test() -> impl Sized { //~ ERROR E0720
3+
fn test() -> impl Sized { //~ ERROR E0720
44
test()
55
}
66

0 commit comments

Comments
 (0)