1
Fork 0

Escape asterix in markdown file to side-step it being interpreted as emphasis.

This commit is contained in:
Felix S. Klock II 2016-05-17 08:44:24 +02:00
parent b0b1f4da60
commit 90a652617b

View file

@ -3,7 +3,7 @@ analysis.
These unit tests check the dataflow analysis by embedding calls to a
special `rustc_peek` intrinsic within the code, in tandem with an
attribute `#[rustc_mir(rustc_peek_maybe_init)]` (*). With that
attribute `#[rustc_mir(rustc_peek_maybe_init)]` (\*). With that
attribute in place, `rustc_peek` calls are a signal to the compiler to
lookup the computed dataflow state for the Lvalue corresponding to the
argument expression being fed to `rustc_peek`. If the dataflow state