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 renamed to compiler-builtins/Cargo.toml

Lines changed: 4 additions & 4 deletions
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.

0 commit comments

Comments
 (0)