rust/src/test
Wesley Wiser 34d90a46da Fix line numbers for MIR inlined code
`should_collapse_debuginfo` detects if the specified span is part of a
macro expansion however it does this by checking if the span is anything
other than a normal (non-expanded) kind, then the span sequence is
walked backwards to the root span.

This doesn't work when the MIR inliner inlines code as it creates spans
with expansion information set to `ExprKind::Inlined` and results in the
line number being attributed to the inline callsite rather than the
normal line number of the inlined code.
2022-10-14 18:44:30 -04:00
..
assembly Enable inline stack probes on X86 with LLVM 16 2022-09-29 19:49:23 -07:00
auxiliary
codegen Fix line numbers for MIR inlined code 2022-10-14 18:44:30 -04:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Bless tests 2022-10-13 17:24:27 +01:00
pretty address review 2022-09-26 14:21:39 +02:00
run-make test: run-make: skip when cross-compiling 2022-10-05 21:54:55 -07:00
run-make-fulldeps rustdoc: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez 2022-10-11 18:37:55 +09:00
rustdoc-gui Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change, r=notriddle 2022-10-14 16:19:13 +05:30
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui Add test for issue 102986 2022-10-13 14:57:50 +00:00
ui Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk 2022-10-14 16:19:16 +05:30
ui-fulldeps macros: separate suggestion fmt'ing and emission 2022-10-10 14:20:16 +01:00
COMPILER_TESTS.md