Skip to content

Rollup of 9 pull requests #110976

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

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4f7b895
Tweak borrow suggestion
compiler-errors Apr 18, 2023
ab99cdf
Rename some suggestion/note functions
compiler-errors Apr 18, 2023
cf24419
Make suggest_deref_or_ref return a multipart suggestion
compiler-errors Apr 18, 2023
2bf5f77
treat the dev channel as nightly in compiletest
pietroalbini Apr 17, 2023
4edba55
add support for `// unset-exec-env` in compiletest
pietroalbini Apr 17, 2023
eb00459
update tests for the test harness's json formatting
pietroalbini Apr 17, 2023
5fa8209
Clear response values for overflow in new solver
compiler-errors Apr 19, 2023
ee89421
Split out make_ambiguous_response_no_constraints
compiler-errors Apr 26, 2023
c7b7248
Bump libffi-sys to 2.3.0
heiher Apr 27, 2023
21ae5bd
Add support for LibreSSL 3.7.x
mixi Apr 28, 2023
24adb1f
include source error for LoadLibraryExW
Apr 28, 2023
dc94522
bless line changes in tests-listing-format-json.run.stdout
cuviper Apr 28, 2023
33871c9
Make sure that signatures aren't accidental refinements
compiler-errors Apr 28, 2023
7f26191
Make drop_flags an IndexVec.
cjgillot Apr 28, 2023
4e05cfb
Don't duplicate anonymous lifetimes for async fn in traits
compiler-errors Apr 28, 2023
2f33a82
Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot
matthiaskrgr Apr 29, 2023
9546b11
Rollup merge of #110614 - compiler-errors:new-solver-overflow-respons…
matthiaskrgr Apr 29, 2023
f2b2737
Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Ma…
matthiaskrgr Apr 29, 2023
f0ebc03
Rollup merge of #110894 - loongarch-rs:bump-libffi-sys, r=Mark-Simula…
matthiaskrgr Apr 29, 2023
153ccd2
Rollup merge of #110932 - sameer:master, r=michaelwoerister
matthiaskrgr Apr 29, 2023
f381756
Rollup merge of #110951 - mixi:libressl-3.7.x, r=Mark-Simulacrum
matthiaskrgr Apr 29, 2023
6e76497
Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper
matthiaskrgr Apr 29, 2023
862d50c
Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors
matthiaskrgr Apr 29, 2023
e8a3d8c
Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillot
matthiaskrgr Apr 29, 2023
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
Prev Previous commit
Next Next commit
bless line changes in tests-listing-format-json.run.stdout
cuviper committed Apr 28, 2023
commit dc9452207246594ef0d4221b332d218f86750d10
6 changes: 3 additions & 3 deletions tests/ui/test-attrs/tests-listing-format-json.run.stdout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "type": "suite", "event": "discovery" }
{ "type": "test", "event": "discovered", "name": "a_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 20, "start_col": 4, "end_line": 20, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "m_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 13, "start_col": 4, "end_line": 13, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "z_test", "ignore": true, "ignore_message": "not yet implemented", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 17, "start_col": 4, "end_line": 17, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "a_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 21, "start_col": 4, "end_line": 21, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "m_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 14, "start_col": 4, "end_line": 14, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "z_test", "ignore": true, "ignore_message": "not yet implemented", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 18, "start_col": 4, "end_line": 18, "end_col": 10 }
{ "type": "suite", "event": "completed", "tests": 3, "benchmarks": 0, "total": 3, "ignored": 1 }