Skip to content

Commit

Permalink
Merge pull request #1427 from jieyouxu/fix-directive
Browse files Browse the repository at this point in the history
Fix missing directives in test example
  • Loading branch information
onur-ozkan authored Nov 5, 2024
2 parents c37230d + ba91626 commit c192cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posts/inside-rust/2024-11-04-test-infra-oct-2024-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Example usage:
```rs
// tests/ui/abi/my-abi-test.rs

//@ add-core-stubs
//@ compile-flags: --target x86_64-pc-windows-msvc
//@ needs-llvm-components: x86

#![crate_type = "lib"]
#![feature(no_core)]
#![no_std]
Expand Down

0 comments on commit c192cfa

Please sign in to comment.