Migrate min_const_generics_plan from hack.md#110
Merged
BoxyUwU merged 1 commit intorust-lang:masterfrom May 1, 2026
Merged
Conversation
BoxyUwU
reviewed
May 1, 2026
Member
BoxyUwU
left a comment
There was a problem hiding this comment.
thx sorry i forgot about this a little
|
|
||
| - Support struct/enum construction for when arbitrary types are allowed as const generics. | ||
| - Special case `size_of`/`align_of` to be permitted too? | ||
| - Experiment with permitting arbitrary expressions as described in [Can we fix generic_const_exprs](https://hackmd.io/@BoxyUwU/BJ6_bfmD0#Can-we-fix-generic_const_exprs) or by allowing arbitrary expressions to be used for associated consts in the type system |
Member
There was a problem hiding this comment.
can we update this to be a link to this markdown file instead of to the hackmd
| @@ -0,0 +1,383 @@ | |||
| # The plan for `min_generic_const_args` | |||
Member
There was a problem hiding this comment.
can we add a note to the top of this file saying this was written back in 2024 and has not been updated since so may contain dated/incorrect information
fe0309c to
3500a59
Compare
Member
|
thx |
Member
|
oh right yeah nothing deploys lol. would you be down to remove the skill tree stuff from this repo? it's wildly out of date anyway and not useful, that should let it deploy |
Contributor
Author
|
Sure, will do later today. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
context
I've checked that the book builds locally; however it seems to be incompatible with mdbook v0.5 -- only got it to work with v0.4.
Because of that, I guess, the publish gh action is also broken, but the action doesn't provide an option to specify the mdbook version, so the fix is not trivial -- I decided that it wouldn't be right for me to do it. Though I can, if required.
With added section, I tried to match the existing style.
cc @BoxyUwU