Skip to content

Give test and main tasks better names - #10204

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:better-names
Nov 1, 2013
Merged

Give test and main tasks better names#10204
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:better-names

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
<main> instead of <unnamed>.

Closes#10195
Closes#10073

Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
<main> instead of <unnamed>.
Closesrust-lang#10195Closesrust-lang#10073
bors added a commit that referenced this pull request Nov 1, 2013
Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
`<main>` instead of `<unnamed>`.
Closes#10195Closes#10073
@borsbors closed this Nov 1, 2013
@bors
bors merged commit e2a68b6 into rust-lang:masterNov 1, 2013
@alexcrichton
alexcrichton deleted the better-names branch November 1, 2013 19:49
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
10204: feat: Show the type of what is being dereferenced in a deref expression. r=theo-lw a=theo-lw
Addresses issue rust-lang#10106.
In-progress - I'm trying to figure out why `hover_deref_expr_with_coercion` is failing.
Co-authored-by: Teddy_Wang <wangtheo662@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test runner tasks could take their name from the test's name Main task should not be called '<unnamed>'

2 participants

@alexcrichton@bors