fixed *const [type error] does not implement the Copy trait#114752
fixed *const [type error] does not implement the Copy trait#114752bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @jackh726 (rustbot has picked a reviewer for you, use r? to override) |
|
This should include tests that make sure that the issue is fixed, and that this doesn't regress. |
|
See comments above |
I have the code in the original issue as a test case. I'd like to know what other test cases I could add to this PR and how to write them up. |
This comment has been minimized.
This comment has been minimized.
|
Can you squash this into one commit please? Usually for things like this where you're fixing nits and making it pass, there's no reason to maintain commit history 😸 |
afa5539 to
468559a
Compare
src/llvm-project
Outdated
There was a problem hiding this comment.
This submodule update doesn't seem to be right.
468559a to
cac7c12
Compare
|
@bors r+ rollup |
|
Thank you @compiler-errors @jackh726 @asquared31415 @fee1-dead for your feedback! |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#114745 (Make Const more useful in smir) - rust-lang#114752 (fixed *const [type error] does not implement the Copy trait) - rust-lang#114760 (DebugInfo: Updates test cases that add method declarations.) - rust-lang#114815 (Update books) - rust-lang#114817 (Remove unnecessary FIXME) r? `@ghost` `@rustbot` modify labels: rollup
Removes "error: arguments for inline assembly must be copyable" when moving an unknown type
Fixes: #113788