about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics/plugin.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-24 03:22:29 +0000
committerbors <bors@rust-lang.org>2014-10-24 03:22:29 +0000
commit00cc6d24099eb93ecfeb9bf807ab9e5130a01749 (patch)
tree07b68e2bf4955b227e68a8c5168fea27bdd97d8d /src/libsyntax/diagnostics/plugin.rs
parentc53f8a920ec065ed109e2834572645cc47a9e597 (diff)
parent3ff7a3d4ec98bcb063d846aee6037ea48ba5a15d (diff)
downloadrust-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