rust/src/libsyntax_pos
Manish Goregaokar 6ea3ef7ac2 Rollup merge of #35094 - mcarton:multispan, r=jonathandturner
Revert "Remove unused methods from MultiSpan"

This reverts commit f7019a4e2f.

That commit removed the only way to make a suggestion with more than one substitute. That feature is not used directly by rustc but exists and is used by Clippy. Bring it back until we come up with a better solution (suggestions don't use span labels, so it would make sense for them to use their own type).
Rational there: https://github.com/Manishearth/rust-clippy/pull/1119.

r? @jonathandturner
Cc @Manishearth
2016-07-30 13:44:47 +05:30
..
Cargo.toml Address comments and fix travis warning 2016-06-23 08:07:35 -04:00
lib.rs Rollup merge of #35094 - mcarton:multispan, r=jonathandturner 2016-07-30 13:44:47 +05:30