generativity icon indicating copy to clipboard operation
generativity copied to clipboard

Results 3 generativity issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...