We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NO_DEBUG
1 parent 45a30cd commit 18080e6Copy full SHA for 18080e6
src/librustc/middle/codegen_fn_attrs.rs
@@ -58,9 +58,6 @@ bitflags! {
58
/// "weird symbol" for the standard library in that it has slightly
59
/// different linkage, visibility, and reachability rules.
60
const RUSTC_STD_INTERNAL_SYMBOL = 1 << 6;
61
- /// `#[no_debug]`: an indicator that no debugging information should be
62
- /// generated for this function by LLVM.
63
- const NO_DEBUG = 1 << 7;
64
/// `#[thread_local]`: indicates a static is actually a thread local
65
/// piece of memory
66
const THREAD_LOCAL = 1 << 8;
0 commit comments