]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/lib.rs
Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank
[rust.git] / src / librustc_driver / lib.rs
index b45ab0f80ffac4a4cd2c4b3b1c4068d3b0b32a26..c2c19b6b4056b50e3e5398f8445bdd3a4bc605ca 100644 (file)
@@ -6,6 +6,7 @@
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
 #![feature(nll)]
+#![cfg_attr(bootstrap, feature(track_caller))]
 #![recursion_limit = "256"]
 
 #[macro_use]