about summary refs log tree commit diff
path: root/compiler/rustc_driver
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-07-03 07:14:04 +0000
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-07-03 07:20:51 +0000
commitdd19f1f5273444b3db365f12bcfd67bb6bea6c90 (patch)
treea31917db82282e4184dd2d774d814fbcb03af58d /compiler/rustc_driver
parentd5a74249c843e06b502fb097ebea2383b9a5d9b8 (diff)
downloadrust-dd19f1f5273444b3db365f12bcfd67bb6bea6c90.tar.gz
rust-dd19f1f5273444b3db365f12bcfd67bb6bea6c90.zip
Update rustix
The issue has been fixed.
Diffstat (limited to 'compiler/rustc_driver')
-rw-r--r--compiler/rustc_driver/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml
index 86a54f6befd..d7c295418ba 100644
--- a/compiler/rustc_driver/Cargo.toml
+++ b/compiler/rustc_driver/Cargo.toml
@@ -8,6 +8,3 @@ crate-type = ["dylib"]
 
 [dependencies]
 rustc_driver_impl = { path = "../rustc_driver_impl" }
-# FIXME(Nilstrieb): 0.37.12 adds eventfd support for FreeBSD,
-# but FreeBSD 12 does not support it: https://github.com/bytecodealliance/rustix/issues/716
-rustix = "=0.37.11"