about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/enum-option.js
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-01-11 22:25:47 -0800
committerGitHub <noreply@github.com>2023-01-11 22:25:47 -0800
commit2e17a5d4060c86b1e2dc707a605b06ebfc0ed20a (patch)
tree1298d7f48181b8f8b1d40137aff3631ae75c8ed6 /tests/rustdoc-js-std/enum-option.js
parente23b0fd318c3e5d28092e78d69977d21d1b1843e (diff)
parent48b7e2a5b93e01fbf30484a8dd4f8ead24db0196 (diff)
downloadrust-2e17a5d4060c86b1e2dc707a605b06ebfc0ed20a.tar.gz
rust-2e17a5d4060c86b1e2dc707a605b06ebfc0ed20a.zip
Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay
Stabilize `::{core,std}::pin::pin!`

As discussed [over here](https://github.com/rust-lang/rust/issues/93178#issuecomment-1295843548), it looks like a decent time to stabilize the `pin!` macro.

### Public API

```rust
// in module `core::pin`

/// API: `fn pin<T>($value: T) -> Pin<&'local mut T>`
pub macro pin($value:expr $(,)?) {
    …
}
```

  - Tracking issue: #93178

(now all this needs is an FCP by the proper team?)
Diffstat (limited to 'tests/rustdoc-js-std/enum-option.js')
0 files changed, 0 insertions, 0 deletions