generativity
generativity copied to clipboard
amazing crate! hope it's fine for me to suggest a few improvements this pr makes the constructors of `Id` and `Guard` const, allows multiple identifiers in `make_guard!`, and makes the...
When `$name:ident` is provided to an expression `guard!` macro using `super let`, we can improve diagnostics to more clearly indicate which two guards are improperly entangled: ```rust error[E0716]: temporary value...
Hi! The following program compiles fine with current Rust (and runs fine, and then loops), even though it should not, right? If you remove the `loop {}` line, it will...