]> git.lizzy.rs Git - rust.git/history - tests/ui/collapsible_span_lint_calls.rs
Auto merge of #5980 - matsujika:create-dir, r=flip1995
[rust.git] / tests / ui / collapsible_span_lint_calls.rs
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-04-19 borsAuto merge of #5141 - xiongmao86:issue5095, r=flip1995
2020-04-18 xiongmao86Change note_span argument for span_lint_and_note.
2020-04-18 xiongmao86Add an Option<Span> argument to span_lint_and_help.
2020-04-18 xiongmao86Implement collapsible_span_lint_calls lint.