File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Compiler Test Documentation
2
2
3
- In the Rust project, we use a special set of comands imbedded in
3
+ In the Rust project, we use a special set of comands embedded in
4
4
comments to test the Rust compiler. There are two groups of commands:
5
5
6
6
1 . Header commands
@@ -29,11 +29,11 @@ The error levels that you can have are:
29
29
3 . ` NOTE `
30
30
4 . ` HELP ` and ` SUGGESTION ` *
31
31
32
- \* ** Note** : ` SUGGESTION ` must follow emediatly after ` HELP ` .
32
+ \* ** Note** : ` SUGGESTION ` must follow immediately after ` HELP ` .
33
33
34
34
## Summary of Header Commands
35
35
36
- Header commands specify something about the entire test file, as a
36
+ Header commands specify something about the entire test file as a
37
37
whole, instead of just a few lines inside the test.
38
38
39
39
* ` ignore-X ` where ` X ` is an architecture, OS or stage will ignore the test accordingly
You can’t perform that action at this time.
0 commit comments