Skip to content

[beta] Rollup backports #51857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 28, 2018
Prev Previous commit
Next Next commit
actually fix test
  • Loading branch information
mark-i-m authored and pietroalbini committed Jun 28, 2018
commit fc709c6b2ac37ed8d6c63da1b671f82a16412d4b
2 changes: 1 addition & 1 deletion src/test/ui/allocator-submodule.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: `global_allocator` cannot be used in submodules
--> $DIR/allocator-submodule.rs:34:5
--> $DIR/allocator-submodule.rs:37:5
|
LL | static MY_HEAP: MyAlloc = MyAlloc; //~ ERROR global_allocator
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down