about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorNick Hamann <nick@wabbo.org>2015-06-16 16:53:37 -0500
committerNick Hamann <nick@wabbo.org>2015-06-16 18:55:52 -0500
commit0c22cd79066f59500eae430abb26b9738d105b99 (patch)
treed36f7bffa55f5c99edd5980051bbae6d28bdc09a /src/rustllvm/RustWrapper.cpp
parentf6d53af85f600731bbf100147be69b18391ae784 (diff)
downloadrust-0c22cd79066f59500eae430abb26b9738d105b99.tar.gz
rust-0c22cd79066f59500eae430abb26b9738d105b99.zip
Fix error message for E0256 in certain cases.
Previously, it said "import `Foo` conflicts with existing submodule" even
when it was a type alias, enum, or trait. The message now says the conflict
is with "type in this module" in the case of the first two, and "trait in
this module" for the last one.

Fixes #24081.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions