mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
internal: Pin commit of rust-lang/rust for rustc-test metrics
This commit is contained in:
parent
cbc579e51f
commit
c6a6e63a45
2 changed files with 6 additions and 1 deletions
|
|
@ -276,6 +276,7 @@ impl flags::RustcTests {
|
|||
pub fn run(self) -> Result<()> {
|
||||
let mut tester = Tester::new()?;
|
||||
let walk_dir = WalkDir::new(self.rustc_repo.join("tests/ui"));
|
||||
eprintln!("Running tests for tests/ui");
|
||||
for i in walk_dir {
|
||||
let i = i?;
|
||||
let p = i.into_path();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue