[][src]Crate lrl_test_compiler

Modules

bits
config_binary
environment
mission_control
result
test_assembly
test_binary
test_builder
test_descriptor
timeline
version

Macros

check

The check! macro fills the same role as the "?" operator, but for CompilerResults instead of Option or Result. This means that it returns the unwrapped value behind a result, and causes the function to return early with a failed result if it cannot.