diff options
| author | Evgeny Safronov <division494@gmail.com> | 2017-04-10 19:12:33 +0300 |
|---|---|---|
| committer | Evgeny Safronov <division494@gmail.com> | 2017-04-14 09:46:03 +0300 |
| commit | 4cea3f74037bf0f7c61968949a764b5de20414b5 (patch) | |
| tree | bb37065c090e1b8a64a608b052ffd2a67ea1e7f6 | |
| parent | 0eecd5150d7d7456f324fe654076d6f9709c5106 (diff) | |
| download | rust-4cea3f74037bf0f7c61968949a764b5de20414b5.tar.gz rust-4cea3f74037bf0f7c61968949a764b5de20414b5.zip | |
docs: track newly introduced unstable feature
| -rw-r--r-- | src/doc/unstable-book/src/from_utf8_error_as_bytes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/from_utf8_error_as_bytes.md b/src/doc/unstable-book/src/from_utf8_error_as_bytes.md new file mode 100644 index 00000000000..570f779417f --- /dev/null +++ b/src/doc/unstable-book/src/from_utf8_error_as_bytes.md @@ -0,0 +1,7 @@ +# `from_utf8_error_as_bytes` + +The tracking issue for this feature is: [#40895] + +[#40895]: https://github.com/rust-lang/rust/issues/40895 + +------------------------ |
