about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorDuncan Regan <duncanregan@gmail.com>2015-01-10 16:19:11 -0500
committerDuncan Regan <duncanregan@gmail.com>2015-01-10 16:19:11 -0500
commitc871773f3258506fd71fbf70e54f3f63e5661f83 (patch)
treea4dd8c5c99fa321acfe9a90ba922d43a2159c22c /src/rustllvm/RustWrapper.cpp
parent099b411e080d302ec0dc5f3aebe53d76c50acfc7 (diff)
downloadrust-c871773f3258506fd71fbf70e54f3f63e5661f83.tar.gz
rust-c871773f3258506fd71fbf70e54f3f63e5661f83.zip
Updates fixed-size suffix
Compiler gives the following warning:
`warning: the `u` suffix on integers is deprecated; use `us` or one of the fixed-sized suffixes`
And also the errror:
`error: mismatched types: expected `u64`, found `usize` (expected u64, found usize)`

Changing the suffix to `u64` results in a successful `cargo run` outputting the desired `Versions compared successfully!`
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions