]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #99780 - Nilstrieb:mir-opt-test-line-no, r=oli-obk
authorbors <bors@rust-lang.org>
Thu, 28 Jul 2022 16:22:19 +0000 (16:22 +0000)
committerbors <bors@rust-lang.org>
Thu, 28 Jul 2022 16:22:19 +0000 (16:22 +0000)
Use line numbers relative to the function in mir-opt tests

As shown in #99770, the line numbers can be a big source of needless and confusing diffs. This PR adds a new flag `-Zmir-pretty-relative-line-numbers` to make them relative to the function declaration, which avoids most needless diffs from attribute changes.

`@JakobDegen` told me that there has been a zulip conversation about disabling line numbers with mixed opinions, so I'd like to get some feedback here, for this hopefully better solution.

r? rust-lang/wg-mir-opt


Trivial merge