mirror of https://github.com/rwf2/Rocket.git
Fix link to COMPILER_TESTS in README.
This commit is contained in:
parent
d09920c021
commit
f57d5146d3
|
@ -105,7 +105,7 @@ example, the tests for routing can be found at the bottom of the
|
||||||
Code generation tests can be found in `codegen/tests`. We use the
|
Code generation tests can be found in `codegen/tests`. We use the
|
||||||
[compiletest](https://crates.io/crates/compiletest_rs) library, which was
|
[compiletest](https://crates.io/crates/compiletest_rs) library, which was
|
||||||
extracted from `rustc`, for testing. See the [compiler test
|
extracted from `rustc`, for testing. See the [compiler test
|
||||||
documentation](https://github.com/rust-lang/rust/blob/master/COMPILER_TESTS.md)
|
documentation](https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md)
|
||||||
for information on how to write compiler tests.
|
for information on how to write compiler tests.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Reference in New Issue