Lines Matching refs:Rust
11 1. All possible CPU architectures that Wasmtime (or Rust) supports.
12 2. All possible operating systems that Wasmtime (or Rust) supports.
19 compilation in Rust and some recommended styles for working with `#[cfg]` in a
22 ## Rust's `#[cfg]` attribute
24 If you haven't worked with Rust much before or if you'd like a refresher, Rust's
29 One of the more common conditional compilation attributes in Rust is
51 Attributes in Rust can be applied to syntactic items in Rust, not fragments of
63 This can additionally be applied to entire expressions in Rust too:
78 The Rust compiler doesn't type-check or analyze anything in
83 Conditional compilation in any language can get hairy quickly and Rust is no
85 much possible to have in Rust too in the sense that it won't look the same but
87 downsides of `#[cfg]` in Rust and some hazards to watch out for.
163 in Rust. An example of this is the `cfg_if!` macro where `rustfmt` is unable to