rust/tests/ui/lint/non-local-defs
Esteban Küber 65a54a7f27 Tweak multispan rendering
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2024-12-12 23:36:27 +00:00
..
auxiliary
cargo-update.rs Revert "Switch back non_local_definitions lint to allow-by-default" 2024-09-23 09:23:04 +02:00
cargo-update.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
consts.rs Consider outermost const-anon in non_local_def lint 2024-10-11 09:39:53 +02:00
consts.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
convoluted-locals-131474-with-mods.rs Also use outermost const-anon for impl items in non_local_defs lint 2024-10-13 18:14:29 +02:00
convoluted-locals-131474.rs Also use outermost const-anon for impl items in non_local_defs lint 2024-10-13 18:14:29 +02:00
convoluted-locals-132427.rs Also treat impl definition parent as transparent regarding modules 2024-11-01 16:07:02 +01:00
exhaustive-trait.rs Revert "Switch back non_local_definitions lint to allow-by-default" 2024-09-23 09:23:04 +02:00
exhaustive-trait.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
exhaustive.rs Rework non_local_definitions lint to only be a syntactic heuristic 2024-09-23 09:59:31 +02:00
exhaustive.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
from-local-for-global.rs Rework non_local_definitions lint to only be a syntactic heuristic 2024-09-23 09:59:31 +02:00
from-local-for-global.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
generics.rs Rework non_local_definitions lint to only be a syntactic heuristic 2024-09-23 09:59:31 +02:00
generics.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
inside-macro_rules.rs Revert "Switch back non_local_definitions lint to allow-by-default" 2024-09-23 09:23:04 +02:00
inside-macro_rules.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
local.rs Consider outermost const-anon in non_local_def lint 2024-10-11 09:39:53 +02:00
macro_rules.rs Revert "Switch back non_local_definitions lint to allow-by-default" 2024-09-23 09:23:04 +02:00
macro_rules.stderr Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00
module_as_local.rs Consider inner modules to be local in the non_local_definitions lint 2024-04-29 22:54:04 +02:00
ref-complex.rs Rework non_local_definitions lint to only be a syntactic heuristic 2024-09-23 09:59:31 +02:00
trait-solver-overflow-123573.rs Rework non_local_definitions lint to only be a syntactic heuristic 2024-09-23 09:59:31 +02:00
weird-exprs.rs Revert "Switch back non_local_definitions lint to allow-by-default" 2024-09-23 09:23:04 +02:00
weird-exprs.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00