We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215ea9 commit 320624aCopy full SHA for 320624a
src/compiletest.md
@@ -20,7 +20,7 @@ The tests themselves are typically (but not always) organized into
20
a folder holding tests that should compile successfully,
21
but return a failure (non-zero status), `compile-fail`, a folder holding tests
22
that should fail to compile, and many more. The various suites are defined in
23
-[src/tools/compiletest/src/common.rs][common] in the `pub struct Config`
+[src/tools/compiletest/src/common.rs][common] in the `pub enum Mode`
24
declaration. And a very good introduction to the different suites of compiler
25
tests along with details about them can be found in [Adding new
26
tests](./tests/adding.html).
0 commit comments