diff options
| author | Duncan Regan <duncanregan@gmail.com> | 2015-01-10 16:19:11 -0500 |
|---|---|---|
| committer | Duncan Regan <duncanregan@gmail.com> | 2015-01-10 16:19:11 -0500 |
| commit | c871773f3258506fd71fbf70e54f3f63e5661f83 (patch) | |
| tree | a4dd8c5c99fa321acfe9a90ba922d43a2159c22c /src/rustllvm/RustWrapper.cpp | |
| parent | 099b411e080d302ec0dc5f3aebe53d76c50acfc7 (diff) | |
| download | rust-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
