Commit ed7590f
File tree
Expand file treeCollapse file tree
8 files changed
+48
-1
lines changedFilter options
- compiler
- rustc_codegen_llvm/src
- rustc_feature/src
- rustc_span/src
- rustc_target/src
- tests/ui
- check-cfg
- feature-gates
Expand file treeCollapse file tree
8 files changed
+48
-1
lines changedcompiler/rustc_codegen_llvm/src/llvm_util.rs
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_llvm/src/llvm_util.rs+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
301 | 301 |
|
302 | 302 |
|
303 | 303 |
|
| 304 | + |
| 305 | + |
| 306 | + |
304 | 307 |
|
305 | 308 |
|
306 | 309 |
|
|
compiler/rustc_feature/src/unstable.rs
Copy file name to clipboardExpand all lines: compiler/rustc_feature/src/unstable.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
| 396 | + |
| 397 | + |
396 | 398 |
|
397 | 399 |
|
398 | 400 |
|
|
compiler/rustc_span/src/symbol.rs
Copy file name to clipboardExpand all lines: compiler/rustc_span/src/symbol.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
531 | 531 |
|
532 | 532 |
|
533 | 533 |
|
| 534 | + |
534 | 535 |
|
535 | 536 |
|
536 | 537 |
|
|
compiler/rustc_target/src/target_features.rs
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/target_features.rs+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
397 | 417 |
|
398 | 418 |
|
399 | 419 |
|
|
tests/ui/check-cfg/and-more-diagnostic.rs
Copy file name to clipboardExpand all lines: tests/ui/check-cfg/and-more-diagnostic.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
tests/ui/check-cfg/target_feature.stderr
Copy file name to clipboardExpand all lines: tests/ui/check-cfg/target_feature.stderr+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
|
tests/ui/feature-gates/feature-gate-avx10_target_feature.rs
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
tests/ui/feature-gates/feature-gate-avx10_target_feature.stderr
Copy file name to clipboard+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
0 commit comments