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
|
// #1668
|
||||||
|
|
||||||
/// Default path (*nix)
|
/// Default path (*nix)
|
||||||
#[cfg(
|
#[cfg(all(
|
||||||
all(
|
unix,
|
||||||
unix,
|
not(target_os = "macos"),
|
||||||
not(target_os = "macos"),
|
not(target_os = "ios"),
|
||||||
not(target_os = "ios"),
|
not(target_os = "android")
|
||||||
not(target_os = "android")
|
))]
|
||||||
)
|
|
||||||
)]
|
|
||||||
fn foo() {
|
fn foo() {
|
||||||
#[cfg(target_os = "freertos")]
|
#[cfg(target_os = "freertos")]
|
||||||
match port_id {
|
match port_id {
|
||||||
|
Loading…
Reference in New Issue
Block a user