about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-08-07 09:59:42 -0700
committerGitHub <noreply@github.com>2016-08-07 09:59:42 -0700
commitd4ed060a8fc02c915365235890a31be7b4a77930 (patch)
tree1a778e532494d4dcb7f3653e14538ef583ede5b7 /src/rustllvm/RustWrapper.cpp
parent02971961c72c89d0a8dc2f5191e4903a3cc376b9 (diff)
parent5e06da29a73bba354903ba7dc1eddf3434ac112e (diff)
downloadrust-d4ed060a8fc02c915365235890a31be7b4a77930.tar.gz
rust-d4ed060a8fc02c915365235890a31be7b4a77930.zip
Rollup merge of #35417 - Limeth:master, r=jonathandturner
E0131 updated to new format

Changes
```
error[E0131]: main function is not allowed to have type parameters
  --> src/test/compile-fail/E0131.rs:11:1
   |
11 | fn main<T>() { //~ ERROR E0131
   | ^
```
to
```
error[E0131]: main function is not allowed to have type parameters
  --> src/test/compile-fail/E0131.rs:11:1
   |
11 | fn main<T>() { //~ ERROR E0131
   |        ^^^ main cannot have type parameters
```
Fixes #35257. Part of #35233.
r? @jonathandturner
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions