mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Change src/test
to tests
in source files, fix tidy and tests
This commit is contained in:
parent
70f6c478f6
commit
5f8686ec3b
@ -1,4 +1,4 @@
|
||||
// originally from ./src/test/ui/pattern/usefulness/consts-opaque.rs
|
||||
// originally from ./tests/ui/pattern/usefulness/consts-opaque.rs
|
||||
// panicked at 'assertion failed: rows.iter().all(|r| r.len() == v.len())',
|
||||
// compiler/rustc_mir_build/src/thir/pattern/_match.rs:2030:5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// originally from rustc ./src/test/ui/macros/issue-78325-inconsistent-resolution.rs
|
||||
// originally from rustc ./tests/ui/macros/issue-78325-inconsistent-resolution.rs
|
||||
// inconsistent resolution for a macro
|
||||
|
||||
macro_rules! define_other_core {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// originally from rustc ./src/test/ui/regions/issue-78262.rs
|
||||
// originally from rustc ./tests/ui/regions/issue-78262.rs
|
||||
// ICE: to get the signature of a closure, use substs.as_closure().sig() not fn_sig()
|
||||
#![allow(clippy::upper_case_acronyms)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user