about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <ariel.byd@gmail.com>2019-09-24 21:16:09 +0300
committerAriel Ben-Yehuda <ariel.byd@gmail.com>2019-09-25 23:18:31 +0300
commite70724c23bd2bd5cfbbac784d103f2a61a40284f (patch)
tree7e2aa3c8d980579ab3fbf2f9513115d9f14c06cb /src/libcore
parent99dc545552c40212b9d062512cd391af076b51c9 (diff)
downloadrust-e70724c23bd2bd5cfbbac784d103f2a61a40284f.tar.gz
rust-e70724c23bd2bd5cfbbac784d103f2a61a40284f.zip
address rebase damage
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/convert.rs b/src/libcore/convert.rs
index f639309db87..3cd2337ee59 100644
--- a/src/libcore/convert.rs
+++ b/src/libcore/convert.rs
@@ -560,7 +560,7 @@ impl<T> From<T> for T {
 ///
 /// [#64715]: https://github.com/rust-lang/rust/issues/64715
 #[stable(feature = "convert_infallible", since = "1.34.0")]
-#[cfg(not(boostrap_stdarch_ignore_this))]
+#[cfg(not(bootstrap))]
 #[rustc_reservation_impl="permitting this impl would forbid us from adding \
 `impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
 impl<T> From<!> for T {