We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
struct foo { x: ~str; drop { #error["%s", self.x]; } } fn main() { let _z = foo { x: ~"Hello" }; }
This leaks x instead of printing it.
x
The text was updated successfully, but these errors were encountered:
770a212
Merge pull request rust-lang#3172 from scampi/issue3153
16d5f50
trim the start of a line when wrapping an item in preparation for formatting
Automatic cargo update to 2024-05-06 (rust-lang#3172)
1930d72
Dependency upgrade resulting from `cargo update`. Co-authored-by: tautschnig <[email protected]>
pcwalton
No branches or pull requests
This leaks
x
instead of printing it.The text was updated successfully, but these errors were encountered: