This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-38919.rs
6 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
only consider value items when searching for methods, not types
2017-01-12 15:04:33 -06:00
fn
foo
<
T
:
Iterator
>
(
)
{
Unify output of "variant not found" errors
2020-01-08 10:05:31 -06:00
T
::
Item
;
//~ ERROR no associated item named `Item` found
only consider value items when searching for methods, not types
2017-01-12 15:04:33 -06:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink