rust/tests
Andrea Nall 782b484b79 Fix ICE in sugg::DerefDelegate with (named) closures
rustc comiler internals helpfully tell us how to fix the issue:

  to get the signature of a closure, use `substs.as_closure().sig()` not `fn_sig()`

Fixes ICE in #9041
2022-07-07 16:10:36 -05:00
..
test_utils Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
ui Fix ICE in sugg::DerefDelegate with (named) closures 2022-07-07 16:10:36 -05:00
ui-cargo add uitests for cargo rust-version field 2022-06-28 08:04:10 +02:00
ui-internal Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffate 2022-06-27 00:32:22 +00:00
ui-toml Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-06-30 10:27:25 +02:00
dogfood.rs Add cargo dev dogfood 2022-06-23 12:16:34 -04:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs