Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/build-std/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ fn basic() {
.build_std_isolated()
.target_host()
.with_stderr_data(str![[r#"
[COMPILING] test v0.0.0 ([..])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep it like this, and maybe add a comment like line 147, to ensure it doesn't update index?

Suggested change
[COMPILING] test v0.0.0 ([..])
[COMPILING] [..]

...
[COMPILING] foo v0.0.1 ([ROOT]/foo)
[FINISHED] `test` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
Expand Down