commit | e0ad0fcb95f0bd6e69e9032c23b66515a590dfe5 | [log] [tgz] |
---|---|---|
author | Aaron Turon <[email protected]> | Mon Oct 27 22:37:07 2014 |
committer | Aaron Turon <[email protected]> | Tue Oct 28 15:54:21 2014 |
tree | 8d1fcc64b2219b49b255f92f1d2c4087200d8930 | |
parent | 58dc0a05abb98ae2db65ca20e70f3bab51f8bf92 [diff] [blame] |
Update code with new lint names
diff --git a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs index 1814eca..359d14d 100644 --- a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs +++ b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
@@ -245,7 +245,7 @@ // lldb-check:[...]$31 = 45 // lldb-command:continue -#![allow(unused_variable)] +#![allow(unused_variables)] #[no_stack_check] fn immediate_args(a: int, b: bool, c: f64) {