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

Improvement in error message #37319

Closed
flavius opened this issue Oct 21, 2016 · 1 comment
Closed

Improvement in error message #37319

flavius opened this issue Oct 21, 2016 · 1 comment

Comments

@flavius
Copy link

flavius commented Oct 21, 2016

Given this code:

fn main() {
    let t:u32 = 0;
    let v = vec![42];
    println!("{}", v[t]);
}

I would argue that putting the first piece of information which when fixed, leads to a fix of the problem, and spelling out the ":", would make the error message more helpful.

Instead of trait std::vec::Vec<{integer}>: std::ops::Index not satisfied it could be The trait std::ops::Indexis not implemented forstd::vec::Vec<({integer}, {integer})>``

rustc nightly rustc 1.14.0-nightly (16eeeac78 2016-10-18)

@GuillaumeGomez
Copy link
Member

Working on it.

sophiajt pushed a commit to sophiajt/rust that referenced this issue Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants