Uh oh!
There was an error while loading. Please reload this page.
Allow setting hashmap toml values in ./configure - #108644
Conversation
rustbot
commented
Mar 2, 2023
(rustbot has picked a reviewer for you, use r? to override) |
albertlarsan68
commented
Mar 2, 2023
This doesn't do the right thing, here is a quick replacement you can inspire from: "{"+", ".join(map(lambdaa: "{} = {}".format(to_toml(a[0]), to_toml(a[1])), value.items())) +"}" |
KittyBorgX
commented
Mar 2, 2023
Thank you so much! |
albertlarsan68
commented
Mar 2, 2023
|
KittyBorgX
commented
Mar 2, 2023
I hadn't given it much thought till now, I replicated a few examples and understood the difference 😅 |
albertlarsan68
commented
Mar 2, 2023
Thanks for the PR! |
bors
commented
Mar 2, 2023
…arsan68 Allow setting hashmap toml values in `./configure` Fixesrust-lang#108621
…arsan68 Allow setting hashmap toml values in `./configure` Fixesrust-lang#108621
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#108022 (Support allocations with non-Box<[u8]> bytes) - rust-lang#108367 (Re-apply "switch to the macos-12-xl builder") - rust-lang#108557 (Point error span at Some constructor argument when trait resolution fails) - rust-lang#108573 (Explain compile-time vs run-time difference in env!() error message) - rust-lang#108584 (Put backtick content from rustdoc search errors into a `<code>` elements) - rust-lang#108624 (Make `ExprKind` the first field in `thir::Expr`) - rust-lang#108644 (Allow setting hashmap toml values in `./configure`) - rust-lang#108672 (Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to_assoc_ty) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#108621