mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 10:04:23 +00:00
Update test
This commit is contained in:
parent
b2a80f9942
commit
19ebfd122c
@ -76,14 +76,12 @@ struct Foo {
|
||||
// #1668
|
||||
|
||||
/// Default path (*nix)
|
||||
#[cfg(
|
||||
all(
|
||||
unix,
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "ios"),
|
||||
not(target_os = "android")
|
||||
)
|
||||
)]
|
||||
#[cfg(all(
|
||||
unix,
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "ios"),
|
||||
not(target_os = "android")
|
||||
))]
|
||||
fn foo() {
|
||||
#[cfg(target_os = "freertos")]
|
||||
match port_id {
|
||||
|
Loading…
Reference in New Issue
Block a user