Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long error diagnostics should not show compiletest/highlighting metadata in text mode #33405

Closed
Manishearth opened this issue May 4, 2016 · 1 comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints

Comments

@Manishearth
Copy link
Member

e.g.

$ rustc --explain E0413
A declaration shadows an enum variant or unit-like struct in scope. Example of
erroneous code:

```compile_fail
struct Foo;
...

Stuff like ````compile_fail` shouldn't show, just the backticks.

cc @GuillaumeGomez @steveklabnik

@Manishearth Manishearth added the A-diagnostics Area: Messages for errors, warnings, and lints label May 4, 2016
@GuillaumeGomez
Copy link
Member

I'm on it!

steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 6, 2016
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue May 7, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 7, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints
Projects
None yet
Development

No branches or pull requests

2 participants