about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-09-09 23:57:14 -0700
committerSteven Fackler <sfackler@gmail.com>2014-09-10 09:15:13 -0700
commit313cb8acaea05e703441bd5adb92aacce5bf6411 (patch)
tree66f774dcb2ed082983adeea86d26bd23175a1678 /src/rustllvm/RustWrapper.cpp
parent6ceb9b4157a076977b0d782632960bb90a0d39d9 (diff)
downloadrust-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