We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dad85a commit 3c4b25bCopy full SHA for 3c4b25b
compiler/rustc_codegen_gcc/test.sh
@@ -214,6 +214,7 @@ function run_in_vm() {
214
}
215
216
function std_tests() {
217
+ nm $(find $RUSTC_SYSROOT -type f | grep gcc)
218
echo "[AOT] arbitrary_self_types_pointers_and_wrappers"
219
$RUST_CMD example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin --target $TARGET_TRIPLE
220
$RUN_WRAPPER $cargo_target_dir/arbitrary_self_types_pointers_and_wrappers
0 commit comments