-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add additional information to note for referencing packed field diagnostic #110213
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
bindsdev
wants to merge
38
commits into
rust-lang:master
from
bindsdev:improve-packed-struct-ref-diagnostic
Closed
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
40a7ec9
add additional information to note for referencing packed field diagn…
bindsdev 22cd28e
fix failing tests
bindsdev 0584ab6
Merge branch 'master' into improve-packed-struct-ref-diagnostic
bindsdev 599e6e6
split note into two
bindsdev 0282d91
Fix `ui/io-checks/inaccessbile-temp-dir.rs` test
WaffleLapkin 39758cf
Improve `non-ice-error-on-worker-io-fail.rs` test
WaffleLapkin 49ec217
fix typo in the `inaccessible-temp-dir` test name
WaffleLapkin 636df41
ignore failing test on arm
WaffleLapkin b44b55c
configure --set support list as arguments
chenyukang d40b292
add test
chenyukang 55de158
Fix help message of option for checking List
chenyukang 5591c2d
fix bug in set args
chenyukang a0ea9c4
Document `const {}` syntax for `std::thread_local`.
Noratrieb 6bb8edb
test that we format the panic message only once
1b08317
refactor(docs): remove macro resolution fallback
bvanjoi dca2dc1
test(doc): no fallback marco resolution
bvanjoi 1ae1888
nits
BoxyUwU 8ecf4f0
Remove unused std::sys_common::thread_local_key::Key.
m-ou-se f339519
Update test.
m-ou-se 255b145
Skip rustc version detection on macOS
john-h-k 27c3968
Comment round #1
john-h-k 5b3ac7a
Remove "V1" from ArgumentsV1 and FlagsV1.
m-ou-se 5c12ba3
Restructure std::fmt::rt a bit.
m-ou-se f85d1ad
Update tests.
m-ou-se a1461c2
Update miri test.
m-ou-se 0f23cd6
pub -> pub(super).
m-ou-se 725b5ae
Migrate trivially translatable `rustc_parse` diagnostics
clubby789 73fd14e
rustdoc: rebind bound vars to type-outlives predicates
fmease ee2fe37
Add invalid_macro_export_arguments to built-in macro list
compiler-errors 58e55a6
Sort hardwired lints
compiler-errors f293dcc
Add a few more missing lints
compiler-errors 9a86cc9
remove_dir_all: delete directory with fewer perms
ChrisDenton 1594d69
Fix unavailable url
cuishuang 5e051e4
Add some MIR pre-codegen tests for slice indexing
scottmcm bb56b0d
Also use `mir::Offset` for pointer `add`
scottmcm f624c6f
Update awscli
ehuss 9a65a20
repr attribute needs to be stored to be used in doc(inline) by rustdoc
GuillaumeGomez a692173
Add regression test for #110698
GuillaumeGomez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be broken up into several notes, e.g.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to phrase my suggestion to avoid these periods in the note, because they don't match the style of other notes. Can you rephrase this to be more like what I suggested here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, I totally missed that one. Apologies.