]> git.lizzy.rs Git - rust.git/commitdiff
Merge #10747
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 11 Nov 2021 17:48:45 +0000 (17:48 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Nov 2021 17:48:45 +0000 (17:48 +0000)
10747: fix: Remove faulty logic for ascending test attributes for runnables r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10744

- This logic is currently not required as we do not expand test/bench anymore for the time being
- The implementation of this was flawed to begin with as it just skipped out of macro expansions instead of ascending the trees inside expansions

bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>

Trivial merge