Skip to content

Commit 960fafb

Browse files
Fix format
1 parent fb5a579 commit 960fafb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ui/traits/dont-match-error-ty-with-calller-supplied-obligation-issue-121941.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ fn function<T: PartialEq>() {
22
foo == 2; //~ ERROR cannot find value `foo` in this scope [E0425]
33
}
44

5-
fn main() {
6-
7-
}
5+
fn main() {}

0 commit comments

Comments
 (0)