about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2023-11-09 11:36:52 +0900
committerGitHub <noreply@github.com>2023-11-09 11:36:52 +0900
commitb4fa5b70046b9411321c5889147e79ddb32e39e9 (patch)
tree2b4f0140ef5d0651b5e8226243691032c7b0c9d9 /compiler
parent4cc549811f95dfc055dbe2d19673ae5ccedff151 (diff)
parent341c85648c612532d757afb3cafa63ebaa3693db (diff)
downloadrust-b4fa5b70046b9411321c5889147e79ddb32e39e9.tar.gz
rust-b4fa5b70046b9411321c5889147e79ddb32e39e9.zip
Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se
Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`

Tracking issue: https://github.com/rust-lang/rust/issues/117693

ACP: https://github.com/rust-lang/libs-team/issues/290
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_span/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/lib.rs b/compiler/rustc_span/src/lib.rs
index fc13bdff36f..489c8d18926 100644
--- a/compiler/rustc_span/src/lib.rs
+++ b/compiler/rustc_span/src/lib.rs
@@ -24,6 +24,7 @@
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![feature(array_windows)]
 #![feature(cfg_match)]
+#![feature(core_io_borrowed_buf)]
 #![feature(if_let_guard)]
 #![feature(let_chains)]
 #![feature(min_specialization)]