Uh oh!
There was an error while loading. Please reload this page.
Const closures - #106004
Conversation
rustbot
commented
Dec 21, 2022
r? @lcnr (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
lcnr
commented
Dec 21, 2022
r? @oli-obk |
2d27288 to
38a37e0Compare
This comment has been minimized.
This comment has been minimized.
ac879d2 to
b17e37dCompare
This comment has been minimized.
This comment has been minimized.
b17e37d to
232f164Compare
This comment has been minimized.
This comment has been minimized.
eb0dedc to
cfb9179Compare
This comment has been minimized.
This comment has been minimized.
cfb9179 to
b991b31Comparerustbot
commented
Dec 26, 2022
Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
bors
commented
Dec 30, 2022
☔ The latest upstream changes (presumably #106210) made this pull request unmergeable. Please resolve the merge conflicts. |
oli-obk
commented
Jan 9, 2023
This impl lgtm and does not unduely complicate my effects generics PR, so r=me after a rebase |
fee1-dead
commented
Jan 9, 2023
@bors r=oli-obk |
bors
commented
Jan 9, 2023
📌 Commit adcea57190451565345b19f58da3cf9e024b79bd has been approved by It is now in the queue for this repository. |
dtolnay
commented
Jan 11, 2023
adcea57 to
ca1eb43Comparefee1-dead
commented
Jan 12, 2023
@bors r=oli-obk |
bors
commented
Jan 12, 2023
fee1-dead
commented
Jan 12, 2023
@bors r- |
oli-obk
commented
Jan 12, 2023
@bors r+ |
bors
commented
Jan 12, 2023
klensy
commented
Jan 12, 2023
Link to #106003 in description would be nice. |
bors
commented
Jan 13, 2023
bors
commented
Jan 13, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Jan 13, 2023
Finished benchmarking commit (279f1c9): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Parse const_closures syntax. Enables parsing of the syntax for `#![features(const_closures)]` introduced in [this PR](rust-lang/rust#106004)

cc #106003