Skip to content

Commit 51f0b07

Browse files
committed
move
1 parent 9ded153 commit 51f0b07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5
-5
lines changed

Cargo.toml compiler-builtins/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core
3737
cc = { optional = true, version = "1.0" }
3838

3939
[dev-dependencies]
40-
panic-handler = { path = 'crates/panic-handler' }
40+
panic-handler = { path = '../crates/panic-handler' }
4141

4242
[features]
4343
default = ["compiler-builtins"]
@@ -75,9 +75,9 @@ public-test-deps = []
7575
name = "intrinsics"
7676
required-features = ["compiler-builtins"]
7777

78-
[workspace]
79-
resolver = "2"
80-
members = ["testcrate"]
78+
# [workspace]
79+
# resolver = "2"
80+
# members = ["testcrate"]
8181

8282
[profile.release]
8383
panic = 'abort'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/math.rs compiler-builtins/src/math.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#[allow(dead_code)]
33
#[allow(unused_imports)]
44
#[allow(clippy::all)]
5-
#[path = "../libm/src/math/mod.rs"]
5+
#[path = "../../libm/src/math/mod.rs"]
66
pub(crate) mod libm;
77

88
macro_rules! libm_intrinsics {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)