about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-04-20 08:54:11 +0000
committerTrevor Gross <t.gross35@gmail.com>2025-04-20 05:33:19 -0400
commit4e8eea696d8a1777b2f0eed7c58323c478b91b39 (patch)
tree4eeabcd30e3501fe454fecabf4b1b85e753d6cf4
parent66be06a1a7968eaf7d201734eb5fc0e6a6a0d753 (diff)
downloadrust-4e8eea696d8a1777b2f0eed7c58323c478b91b39.tar.gz
rust-4e8eea696d8a1777b2f0eed7c58323c478b91b39.zip
Add panic-handler to the workspace
This crate does not interact with features so there isn't any reason it
can't become part of the workspace.
-rw-r--r--library/compiler-builtins/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml
index c3737a042f5..75bb81ec187 100644
--- a/library/compiler-builtins/Cargo.toml
+++ b/library/compiler-builtins/Cargo.toml
@@ -5,6 +5,7 @@ members = [
     "compiler-builtins",
     "crates/libm-macros",
     "crates/musl-math-sys",
+    "crates/panic-handler",
     "crates/util",
     "libm",
     "libm-test",