This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
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 16:04:33 -05:00
fn
foo
<
T
:
Iterator
>
(
)
{
Unify output of "variant not found" errors
2020-01-08 08:05:31 -08:00
T
::
Item
;
//~ ERROR no associated item named `Item` found
only consider value items when searching for methods, not types
2017-01-12 16:04:33 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink