Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 26, 2023
1 parent 093cf05 commit e4e8a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If rustup fails, especially with an error like "could not rename downloaded file
To solve the issue, go to the command line and run:

```
rustup toolchain install nightly-2023-04-12 -c rust-src -c rustc-dev -c llvm-tools-preview
rustup toolchain install nightly-2023-08-25 -c rust-src -c rustc-dev -c llvm-tools-preview
```

Then go back to VSCode and click "Continue" to let Flowistry continue installing.
Expand Down
2 changes: 1 addition & 1 deletion crates/flowistry/benches/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use criterion::{
};
use flowistry::infoflow::Direction;
use glob::glob;
use rustc_borrowck::BodyWithBorrowckFacts;
use rustc_borrowck::consumers::BodyWithBorrowckFacts;
use rustc_hir::{BodyId, ItemKind};
use rustc_middle::{
mir::{Location, Place},
Expand Down
4 changes: 2 additions & 2 deletions crates/flowistry_ide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ If rustup fails, especially with an error like "could not rename downloaded file
To solve the issue, go to the command line and run:

```
rustup toolchain install nightly-2023-04-12 -c rust-src -c rustc-dev -c llvm-tools-preview
rustup toolchain install nightly-2023-08-25 -c rust-src -c rustc-dev -c llvm-tools-preview
```
> Note: double check the value of "channel" in `rust-toolchain.toml` if `nightly-2023-04-12` is no longer correct.
> Note: double check the value of "channel" in `rust-toolchain.toml` if `nightly-2023-08-25` is no longer correct.
Then go back to VSCode and click "Continue" to let Flowistry continue installing.

0 comments on commit e4e8a5c

Please sign in to comment.