rust/library/core
Manish Goregaokar 287af0403a
Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=joshtriplett
const fn for option copied, take & replace

Tracking issue: [#67441](https://github.com/rust-lang/rust/issues/67441)

Adding const fn for the copied, take and replace method of Option. Also adding necessary unit test.

It's my first contribution so I am pretty sure I don't know what I'm doing but there's a first for everything!
2021-10-03 23:13:16 -07:00
..
benches
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=joshtriplett 2021-10-03 23:13:16 -07:00
tests Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=joshtriplett 2021-10-03 23:13:16 -07:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00