We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use std::io; fn make_proc() -> proc() { let s = ~"foo"; proc() { drop(s); io::stderr().write_str(s).unwrap(); } } fn main() { let p = make_proc(); p(); }
$ rustc -v rustc 0.10-pre (68a4f7d 2014-02-24 12:42:02 -0800) host: x86_64-unknown-linux-gnu $ rustc foo.rs $ ./foo Segmentation fault
(Apologies if this has already been fixed; I'm using Servo's rustc.)
rustc
The text was updated successfully, but these errors were encountered:
Sounds like a duplicate of #12223
Sorry, something went wrong.
Auto merge of rust-lang#13061 - ice1k:master, r=Veykril
62c3107
feat: Improved inline_call to replace `Self` Fixes rust-lang#13060
No branches or pull requests
(Apologies if this has already been fixed; I'm using Servo's
rustc
.)The text was updated successfully, but these errors were encountered: