diff options
| author | bors <bors@rust-lang.org> | 2014-07-08 02:36:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-08 02:36:43 +0000 |
| commit | 6f46621b335d398f3c837750d31797014f63578b (patch) | |
| tree | 223a7d1185cf31956d798cb5cbec014a166551db /src/rustllvm/ExecutionEngineWrapper.cpp | |
| parent | a3257804df2bace236f83d9e5a9e887a1df30ef5 (diff) | |
| parent | 3c9443b6e58c2c1a7bd9e6e2a74e183c33c98ebc (diff) | |
| download | rust-6f46621b335d398f3c837750d31797014f63578b.tar.gz rust-6f46621b335d398f3c837750d31797014f63578b.zip | |
auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581
This will break code that looks like:
struct Foo {
...
}
mod Foo {
...
}
Change this code to:
struct Foo {
...
}
impl Foo {
...
}
Or rename the module.
Closes #15205.
[breaking-change]
r? @nick29581
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
