diff options
| author | bors <bors@rust-lang.org> | 2015-02-10 11:15:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-02-10 11:15:52 +0000 |
| commit | 94c06a1be0ccfcf1a8e105fc98d126de372dbd40 (patch) | |
| tree | 34c42bfdc779516ea7be5d116b31ed1bf3507ef8 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | de8bc44753881aacdaf435f5ba61de3c20916761 (diff) | |
| parent | 1aedc45f85fe9feb70971f9d0c743c4af550a080 (diff) | |
| download | rust-94c06a1be0ccfcf1a8e105fc98d126de372dbd40.tar.gz rust-94c06a1be0ccfcf1a8e105fc98d126de372dbd40.zip | |
Auto merge of #22026 - kmcallister:plugin, r=sfackler
```rust #[plugin] #[no_link] extern crate bleh; ``` becomes a crate attribute ```rust #![plugin(bleh)] ``` The feature gate is still required. It's almost never correct to link a plugin into the resulting library / executable, because it will bring all of libsyntax and librustc with it. However if you really want this behavior, you can get it with a separate `extern crate` item in addition to the `plugin` attribute. Fixes #21043. Fixes #20769. [breaking-change]
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
