rust/src/librustc_errors
bors 669d4770f2 Auto merge of #44081 - est31:master, r=eddyb
Fix a byte/char confusion issue in the error emitter

Fixes #44078. Fixes #44023.

The start_col member is given in chars, while the code previously assumed it was given in bytes.

The more basic issue #44080 doesn't get fixed.
2017-08-26 12:50:11 +00:00
..
Cargo.toml store typeck lints in the TypeckTables 2017-02-02 20:38:16 -05:00
diagnostic.rs rustc: Remove some dead code 2017-08-19 13:27:16 +03:00
diagnostic_builder.rs rustc_errors: Add the ability to delay as bugs 2017-08-25 16:08:35 -07:00
emitter.rs Fix a byte/char confusion issue in the error emitter 2017-08-25 21:46:54 +02:00
lib.rs Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis 2017-08-26 08:25:44 +00:00
lock.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30
registry.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30
snippet.rs Fix typos & us spellings 2017-08-15 21:56:30 +02:00
styled_buffer.rs Remove unused code from librustc_errors 2017-07-06 18:49:32 -07:00