Skip to content

Commit c192cfa

Browse files
authored
Merge pull request #1427 from jieyouxu/fix-directive
Fix missing directives in test example
2 parents c37230d + ba91626 commit c192cfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: posts/inside-rust/2024-11-04-test-infra-oct-2024-2.md

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Example usage:
7575
```rs
7676
// tests/ui/abi/my-abi-test.rs
7777

78+
//@ add-core-stubs
79+
//@ compile-flags: --target x86_64-pc-windows-msvc
80+
//@ needs-llvm-components: x86
81+
7882
#![crate_type = "lib"]
7983
#![feature(no_core)]
8084
#![no_std]

0 commit comments

Comments
 (0)