diff options
| author | bors <bors@rust-lang.org> | 2014-10-24 03:22:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-10-24 03:22:29 +0000 |
| commit | 00cc6d24099eb93ecfeb9bf807ab9e5130a01749 (patch) | |
| tree | 07b68e2bf4955b227e68a8c5168fea27bdd97d8d /src/libsyntax/diagnostics/plugin.rs | |
| parent | c53f8a920ec065ed109e2834572645cc47a9e597 (diff) | |
| parent | 3ff7a3d4ec98bcb063d846aee6037ea48ba5a15d (diff) | |
| download | rust-00cc6d24099eb93ecfeb9bf807ab9e5130a01749.tar.gz rust-00cc6d24099eb93ecfeb9bf807ab9e5130a01749.zip | |
auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichton
Closes #17075
I don't know if this is correct. The easiest way to find out is to run the following program on all targets but I can't do it myself.
```c
#include <stdint.h>
#include <stdio.h>
int main(void)
{
if (sizeof(intmax_t) != 8) {
puts("ERROR");
return 1;
}
}
```
Diffstat (limited to 'src/libsyntax/diagnostics/plugin.rs')
0 files changed, 0 insertions, 0 deletions
