-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop can run impure code in pure functions #4170
Comments
Not a 100% sure this is actually bad. |
Upon conferring with @nikomatsakis : This is not exactly a bug, but part of the general unsoundness to do with how we treat the @nikomatsakis said he would open a more general issue about |
Follow #4301 for the more general issue! |
`invalid_regex`: Show full error when string value doesn't match source changelog: [`invalid_regex`]: Show full error when parsing non-literals or regular strings containing escape sequences Fixes rust-lang#4170, the escape sequence there causes the span to be incorrect which will have caused most of the confusion
Update rand and getrandom dependencies
See the following code for an example:
Result:
The text was updated successfully, but these errors were encountered: