diff options
| author | bors <bors@rust-lang.org> | 2014-09-14 08:11:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-14 08:11:04 +0000 |
| commit | 13037a37271f3b9e490d56ba41e56ca75a1167a3 (patch) | |
| tree | faf02a749485cb50b441346aa69fee38930082e9 /src/rustllvm/RustWrapper.cpp | |
| parent | 0f99abae9ca7c463e7a5038b2249871fb3730aa5 (diff) | |
| parent | 467bea04fa1d5fd894d64b2b2901d94260301631 (diff) | |
| download | rust-13037a37271f3b9e490d56ba41e56ca75a1167a3.tar.gz rust-13037a37271f3b9e490d56ba41e56ca75a1167a3.zip | |
auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton
type they provide an implementation for.
This breaks code like:
mod foo {
struct Foo { ... }
}
impl foo::Foo {
...
}
Change this code to:
mod foo {
struct Foo { ... }
impl Foo {
...
}
}
Closes #17059.
RFC #155.
[breaking-change]
r? @brson
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
