Results 1 comments of mcgoo

`rustup run` sets up the dylib path for a given toolchain, so it works to use `rustup run stable ./test` to run the resultant binary. (`rustup run` could probably use...