We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a5dae commit d9f54beCopy full SHA for d9f54be
ci/run.sh
@@ -120,16 +120,8 @@ done
120
121
rm -f "${rlib_paths[@]}"
122
123
-<<<<<<< HEAD
124
build_intrinsics_test() {
125
cargo build --target "$target" -v --package builtins-test-intrinsics "$@"
126
-||||||| parent of c85df06 (move)
127
-build_intrinsics() {
128
- cargo build --target "$target" -v --example intrinsics "$@"
129
-=======
130
131
- cargo build --target "$target" -v --package builtins-test-intrinsics "$@"
132
->>>>>>> c85df06 (move)
133
}
134
135
# Verify that we haven't dropped any intrinsics/symbols
crates/panic-handler/Cargo.toml
@@ -5,7 +5,6 @@ authors = ["Alex Crichton <[email protected]>"]
5
edition = "2024"
6
publish = false
7
8
-
9
[lib]
10
test = false
11
bench = false
0 commit comments