This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-23 07:14:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae66380da0
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 21:04:33 +00:00
fn
foo
<
T
:
Iterator
>
(
)
{
Unify output of "variant not found" errors
2020-01-08 16:05:31 +00:00
T
::
Item
;
//~ ERROR no associated item named `Item` found
only consider value items when searching for methods, not types
2017-01-12 21:04:33 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink