diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-09-09 23:57:14 -0700 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-09-10 09:15:13 -0700 |
| commit | 313cb8acaea05e703441bd5adb92aacce5bf6411 (patch) | |
| tree | 66f774dcb2ed082983adeea86d26bd23175a1678 /src/rustllvm/RustWrapper.cpp | |
| parent | 6ceb9b4157a076977b0d782632960bb90a0d39d9 (diff) | |
| download | rust-313cb8acaea05e703441bd5adb92aacce5bf6411.tar.gz rust-313cb8acaea05e703441bd5adb92aacce5bf6411.zip | |
Change ItemModifier and ItemDecorator to traits
For convenience, the traits are implemented for the respective bare functions. Change code from this: ```rust ItemDecorator(some_function) // or ItemModifier(some_other_function) ``` to ```rust ItemDecorator(box some_function) // or ItemModifier(box some_other_function) ``` [breaking-change]
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
