-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #473 from tijlleenders/tijl/-/rustrover-debugging-…
…instructions Add RustRover debug instructions
- Loading branch information
Showing
4 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[toolchain] | ||
channel = "stable" | ||
channel = "1.81.0" | ||
components = ["rustfmt", "clippy", "rust-src"] | ||
targets = ["wasm32-unknown-unknown"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
command script import ./scripts/debug_formatter/simd.py | ||
command script import ./scripts/debug_formatter/chrono.py | ||
|
||
type summary add -F simd.ChronoNaiveDateTimeProvider chrono::naive::datetime::NaiveDateTime | ||
type summary add -F simd.ChronoNaiveDateProvider chrono::naive::date::NaiveDate | ||
type summary add -F simd.ChronoNaiveTimeProvider chrono::naive::time::NaiveTime | ||
type summary add -F chrono.ChronoNaiveDateTimeProvider chrono::naive::datetime::NaiveDateTime | ||
type summary add -F chrono.ChronoNaiveDateProvider chrono::naive::date::NaiveDate | ||
type summary add -F chrono.ChronoNaiveTimeProvider chrono::naive::time::NaiveTime |