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 2017897 commit 2d97a0fCopy full SHA for 2d97a0f
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
0 commit comments