You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the problem is reset() calls unwrap() directly on the results of looking up op, which dumb doesn't support. This used to work because it used to only do this if color_supported, but with the removal of that boolean, it always tries to emit the op code.
This was a problem before, if you could find a terminfo that defined setaf, setab, and had colors >= 16, but did not define op.
Unlike fg() and bg(), we haven't already checked for the presence of
"op" in the terminfo when we call reset(), so we need to handle the case
where it's missing.
Also update the warn!() lines to avoid double-quoting the output.
Fixes#7431.
Fix emitting in nested (proc_)macros for nonstandard_macro_braces lint
fixesrust-lang#7422
changelog: fixes false positives in [`nonstandard_macro_braces`]
Discussion in
#rust
implies that this might have been injected by SHA: 0ae203aThe text was updated successfully, but these errors were encountered: