mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Change src/test
to tests
in source files, fix tidy and tests
This commit is contained in:
parent
25242fe93f
commit
3e0e51c108
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ macro_rules! m2 { () => ( ${invalid()} ) }
|
|||
|
||||
#[test]
|
||||
fn test_rustc_issue_57597() {
|
||||
// <https://github.com/rust-lang/rust/blob/master/src/test/ui/issues/issue-57597.rs>
|
||||
// <https://github.com/rust-lang/rust/blob/master/tests/ui/issues/issue-57597.rs>
|
||||
check(
|
||||
r#"
|
||||
macro_rules! m0 { ($($($i:ident)?)+) => {}; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue