Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
traits
/
dont-match-error-ty-with-calller-supplied-obligation-issue-121941.rs
blob: a08407683d8fee86312a1d5fe4ac403d526ad547 [
file
] [
log
] [
blame
] [
edit
]
fn
function
<
T
:
PartialEq
>()
{
foo
==
2
;
//~ ERROR cannot find value `foo` in this scope [E0425]
}
fn
main
()
{}