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
Version info for clang++:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.4.1 Thread model: posix
OS X version: 10.8.4
Steps to reproduce: Download and unzip http://static.rust-lang.org/dist/rust-0.7.tar.gz in rust-0.7 directory: ./configure make make install
Then compile a simple rust program (hello world will do): rustc hello.rs
"warning: no debug symbols in executable (-arch x86_64)" is displayed, instead of silently succeeding.
The text was updated successfully, but these errors were encountered:
This is a dupe of #3495
Sorry, something went wrong.
Auto merge of rust-lang#8571 - PyroTechniac:empty-drop, r=flip1995
a9d31e7
add `empty_drop` Closes rust-lang#8352 changelog: New lint [`empty_drop`]
No branches or pull requests
Version info for clang++:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.1
Thread model: posix
OS X version: 10.8.4
Steps to reproduce:
Download and unzip http://static.rust-lang.org/dist/rust-0.7.tar.gz
in rust-0.7 directory:
./configure
make
make install
Then compile a simple rust program (hello world will do):
rustc hello.rs
"warning: no debug symbols in executable (-arch x86_64)" is displayed, instead of silently succeeding.
The text was updated successfully, but these errors were encountered: