]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #1162 - RalfJung:track-fn-ptr, r=RalfJung
authorbors <bors@rust-lang.org>
Tue, 28 Jan 2020 21:57:00 +0000 (21:57 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Jan 2020 21:57:00 +0000 (21:57 +0000)
test track_caller with fn ptrs

Looks like we already use `ReifyShim` the right way, let's just make sure we test that!

README.md

index bbf26ff6f71e693e9844c552bc2942d32a14f3c2..cf18e6a0670bc43823d6293f2d64c5cc92c8aace 100644 (file)
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ program, and cannot run all programs:
 
 ## Using Miri
 
-Install Miri via `rustup`:
+Install Miri on Rust nightly via `rustup`:
 
 ```sh
-rustup component add miri
+rustup +nightly component add miri
 ```
 
 If `rustup` says the `miri` component is unavailable, that's because not all