Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/ui/print-request/supported-crate-types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

//@ check-pass

// FIXME: musl targets are currently statically linked, but running on a musl host
// requires dynamic linkage, which in turn changes the supported crate types for
// x86_64-unknown-linux-musl.
//@ ignore-musl

//@ revisions: wasm musl linux

//@[wasm] compile-flags: --target=wasm32-unknown-unknown --print=supported-crate-types -Zunstable-options
Expand Down
Loading