Forbid deprecated modes again in core
Sadly, there's only one file that requires deprecated modes (stackwalk)... So, forbid them everywhere else.
This commit is contained in:
parent
fe12da0864
commit
65c96f849f
27 changed files with 48 additions and 23 deletions
|
@ -61,6 +61,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#[doc(hidden)]; // FIXME #3538
|
||||
#[warn(deprecated_mode)];
|
||||
|
||||
use rt::rust_task;
|
||||
use rt::rust_closure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue