mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Merge pull request #20642 from ChayimFriedman2/wasm-safe
Some checks failed
metrics / build_metrics (push) Has been cancelled
rustdoc / rustdoc (push) Has been cancelled
metrics / other_metrics (diesel-1.4.8) (push) Has been cancelled
metrics / other_metrics (hyper-0.14.18) (push) Has been cancelled
metrics / other_metrics (ripgrep-13.0.0) (push) Has been cancelled
metrics / other_metrics (self) (push) Has been cancelled
metrics / other_metrics (webrender-2022) (push) Has been cancelled
metrics / generate_final_metrics (push) Has been cancelled
Some checks failed
metrics / build_metrics (push) Has been cancelled
rustdoc / rustdoc (push) Has been cancelled
metrics / other_metrics (diesel-1.4.8) (push) Has been cancelled
metrics / other_metrics (hyper-0.14.18) (push) Has been cancelled
metrics / other_metrics (ripgrep-13.0.0) (push) Has been cancelled
metrics / other_metrics (self) (push) Has been cancelled
metrics / other_metrics (webrender-2022) (push) Has been cancelled
metrics / generate_final_metrics (push) Has been cancelled
fix: Make `#[target_feature]` always safe on WASM
This commit is contained in:
commit
db0420c278
27 changed files with 257 additions and 89 deletions
|
|
@ -84,7 +84,7 @@ pub const BAZ: u32 = 0;
|
|||
)
|
||||
.unwrap(),
|
||||
),
|
||||
Arc::new(CrateWorkspaceData { data_layout: Err("".into()), toolchain: None }),
|
||||
Arc::new(CrateWorkspaceData { target: Err("".into()), toolchain: None }),
|
||||
)
|
||||
};
|
||||
let a = add_crate("a", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue