Lines Matching refs:compiled
31 compiled with `cargo test` (or `rustc`'s `--test` flag). There are many other
35 that the code was compiled for.
37 that the code was compiled for.
138 In addition to being repetitive when defining conditionally compiled code
139 there's also a risk of being quite repetitive when using conditionally compiled
140 code as well. In its most basic form any usage of a conditionally compiled piece
162 Conditionally compiled code does not always interact well with ecosystem tooling
193 compiled code. Much of these are meant to address some of the hazards above.
204 1. **Separate files** - try to put conditionally compiled code into separate
239 conditionally compiled parts are tested one way or another.
242 into a situation where a conditionally compiled piece of code is the only
263 itself. This means that conditionally compiled compiler features can just add