Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustc pull update #2291

Merged
merged 18 commits into from
Apr 7, 2025
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f61e6a5
Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross
matthiaskrgr Apr 3, 2025
2352fad
Rollup merge of #139283 - BoxyUwU:rdg-push, r=jieyouxu
matthiaskrgr Apr 3, 2025
cbb602f
Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate,…
matthiaskrgr Apr 3, 2025
8f4357e
compiletest: Require `//~` annotations even if `error-pattern` is spe…
petrochenkov Mar 28, 2025
bd26aa7
Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=d…
bors Apr 3, 2025
9cebb04
Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxu
bors Apr 3, 2025
20d0bf9
Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr
bors Apr 3, 2025
b889274
Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obk
bors Apr 3, 2025
4799d41
Auto merge of #120706 - Bryanskiy:leak, r=lcnr
bors Apr 4, 2025
484e2c1
Auto merge of #139287 - compiler-errors:folder-experiment-1, r=lqd
bors Apr 4, 2025
c189a96
Auto merge of #139213 - bjorn3:cg_clif_test_coretests, r=jieyouxu
bors Apr 4, 2025
8ce8eb2
Auto merge of #137869 - Noratrieb:Now_I_am_become_death,_the_destroye…
bors Apr 4, 2025
793fdc3
Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,…
bors Apr 4, 2025
7678ec9
Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiser
bors Apr 5, 2025
124fda2
Auto merge of #139292 - compiler-errors:folder-experiment-7, r=lqd
bors Apr 5, 2025
372b40b
Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb
bors Apr 6, 2025
e645803
Preparing for merge from rustc
invalid-email-address Apr 7, 2025
216eb51
Merge from rustc
invalid-email-address Apr 7, 2025
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
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ae9173d7dd4a31806c950c90dcc331f1508b4d17
25a615bf829b9f6d6f22da537e3851043f92e5f2
3 changes: 3 additions & 0 deletions src/tests/ui.md
Original file line number Diff line number Diff line change
@@ -335,6 +335,9 @@ But for strict testing, try to use the `ERROR` annotation as much as possible,
including `//~?` annotations for diagnostics without span.
For compile time diagnostics `error-pattern` should very rarely be necessary.

Per-line annotations (`//~`) are still checked in tests using `error-pattern`,
to opt out of these checks in exceptional cases use `//@ compile-flags: --error-format=human`.

### Error levels

The error levels that you can have are: