Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Feature request: clickable line numbers in error message to jump to the code in editor. #159

Closed
vi opened this issue Dec 7, 2015 · 4 comments

Comments

@vi
Copy link

vi commented Dec 7, 2015

In

<anon>:20:1: 22:2 error: not all trait items implemented, missing: `next` [E0046]
<anon>:20 impl<'a, V:'a> Iterator for ReadonlyIter<'a,V> {
<anon>:21     type Item = &'a V;
<anon>:22 }
<anon>:20:1: 22:2 help: see the detailed explanation for E0046
error: aborting due to previous error
playpen: application terminated with error code 101

Compilation failed.

I see two links to "E0046" description. If would be helpful if <anon>:NN also were links.

@mcast
Copy link
Contributor

mcast commented Dec 7, 2015

I think #143 does what you want. I need to tidy it up a bit, sorry about the delay.

@jonas-schievink
Copy link
Contributor

Done in #192

@alexcrichton
Copy link
Member

Yay!

@NotaseCretagen
Copy link

I wonder if this needs to be fixed when this gets in rust-lang/rust#33240
(I haven't looked into it.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants