Uh oh!
There was an error while loading. Please reload this page.
add test for 62220 - #70539
Conversation
rust-highfive
commented
Mar 29, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
We're not doing const WF at all except for array types, today.
#70107 aims to fix that.
There was a problem hiding this comment.
Ah; forgot that hadn't landed yet. Let's merge this PR like this then once the other comment has been addressed and we can make adjustments later in the other.
Centril
commented
Mar 29, 2020
bors
commented
Mar 29, 2020
📌 Commit 3fa3c7a19a883ceeeecea5273520b569a959057e has been approved by |
varkor
commented
Mar 29, 2020
@DutchGhost: could you flatten the two commits (as the second just undoes something in the first)? Thanks! @bors r- |
DutchGhost
commented
Mar 29, 2020
How do I flatten commits? |
varkor
commented
Mar 29, 2020
In this case, the easiest option is probably to do |
Dylan-DPC-zz
commented
Mar 29, 2020
@bors r+ rollup |
bors
commented
Mar 29, 2020
📌 Commit 61d4193 has been approved by |
Rollup of 4 pull requests Successful merges: - rust-lang#69702 (Rename TyLayout to TyAndLayout.) - rust-lang#70539 (add test for 62220) - rust-lang#70540 (#[link]: mention wasm_import_module instead of cfg) - rust-lang#70541 (prohibit_generics: update has_err for consts) Failed merges: r? @ghost
Closes#62220
Adds a test for #62220.
Im not sure whether
check-passis sufficient here. I didn't putrun-passin, as I'm afraid that'll fail due to theunimplemented!()return in the code.