diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2016-05-17 08:44:24 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2016-05-17 08:44:24 +0200 |
| commit | 90a652617b23f56e4a89db822b464de341e61049 (patch) | |
| tree | 2f73457db1026abc6d64d13201553ea72a6aaf69 | |
| parent | b0b1f4da60ae452d8155d84015696bb89232da73 (diff) | |
| download | rust-90a652617b23f56e4a89db822b464de341e61049.tar.gz rust-90a652617b23f56e4a89db822b464de341e61049.zip | |
Escape asterix in markdown file to side-step it being interpreted as emphasis.
| -rw-r--r-- | src/test/compile-fail/mir-dataflow/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/mir-dataflow/README.md b/src/test/compile-fail/mir-dataflow/README.md index b3e0315bb82..eaf2cf7f805 100644 --- a/src/test/compile-fail/mir-dataflow/README.md +++ b/src/test/compile-fail/mir-dataflow/README.md @@ -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 |
