You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dupe of #10848. (I'm not sure which is the proper fix, storing them 0-based makes indexing/slicing the strings by adding to the start-of-column offset more natural.)
Remove `#![allow(unused)]` and `--crate-name` from `cargo dev new_lint` generated tests
changelog: none
Also removes some unused flags from `ui-cargo` tests because the entrypoint is now the `Cargo.toml`, not the `.rs` files
Other compilers (gcc) and editors (Sublime Text, vim) start columns at 1, but the rust compiler starts at 0:
I'm not sure how to fix this properly. My patch simply adds 1 whenever
col
is displayed, but maybe it should be changed here? https://github.com/mozilla/rust/blob/master/src/libsyntax/codemap.rs#L148The text was updated successfully, but these errors were encountered: