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 f10514f commit d79965fCopy full SHA for d79965f
test.sh
@@ -38,8 +38,6 @@ $RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --cra
38
./target/out/mini_core_hello_world abc bcd
39
# (echo "break set -n main"; echo "run"; sleep 1; echo "si -c 10"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
40
41
-exit 1
42
-
43
echo "[AOT] arbitrary_self_types_pointers_and_wrappers"
44
$RUSTC example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin
45
./target/out/arbitrary_self_types_pointers_and_wrappers
0 commit comments