rust/compiler/rustc_span
David Wood 97edb9f336 span: add span_extend_to_line helper
Adds a simple helper function to the `SourceMap` for extending a `Span`
to encompass the entire line it is on - useful for suggestions where
removing a line is the suggested action.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-07-20 14:53:01 +01:00
..
src span: add span_extend_to_line helper 2022-07-20 14:53:01 +01:00
Cargo.toml