Skip to content

Commit

Permalink
Update rust.json for compiler/rustc_llvm
Browse files Browse the repository at this point in the history
`src/rustllvm` and `src/librustc_llvm` moved to `compiler/rustc_llvm` in
rust-lang/rust#74787.
  • Loading branch information
cuviper committed Sep 10, 2020
1 parent 4332067 commit f6d5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"library/test": ["libs"],
"src/llvm-project": ["@cuviper"],
"compiler": ["compiler-team", "compiler-team-contributors"],
"src/rustllvm": ["@cuviper"],
"compiler/rustc_llvm": ["@cuviper"],
"src/stage0.txt": ["@Mark-Simulacrum"],
"library/stdarch": ["libs"],
"src/tools/cargo": ["@ehuss", "@joshtriplett"],
Expand Down

0 comments on commit f6d5453

Please sign in to comment.