about summary refs log tree commit diff
path: root/compiler/rustc_span/src/tests.rs
AgeCommit message (Collapse)AuthorLines
2021-07-08Inline implementation of lookup_lineTomasz Miąsko-9/+12
to simplify the implementation and avoid unnecessary conversions from `Option<usize>` to `isize` and back.
2020-08-30mv compiler to compiler/mark-0/+40