diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-14 23:49:37 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-15 08:18:00 +0200 |
| commit | 7cbeddb7b78cc54a52d63ed8556da7121d1d2e68 (patch) | |
| tree | 1a9fd6098a9dd3051597183f7f7b292bfcdb78be /src/libcore/tests | |
| parent | 21dae950bebab7376d2bcb92299861e6cd05299d (diff) | |
| download | rust-7cbeddb7b78cc54a52d63ed8556da7121d1d2e68.tar.gz rust-7cbeddb7b78cc54a52d63ed8556da7121d1d2e68.zip | |
Deprecate Read::chars and char::decode_utf8
Per FCP: * https://github.com/rust-lang/rust/issues/27802#issuecomment-377537778 * https://github.com/rust-lang/rust/issues/33906#issuecomment-377534308
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/char.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/tests/char.rs b/src/libcore/tests/char.rs index 4e10ceac878..ab90763abf8 100644 --- a/src/libcore/tests/char.rs +++ b/src/libcore/tests/char.rs @@ -364,6 +364,7 @@ fn eu_iterator_specializations() { } #[test] +#[allow(deprecated)] fn test_decode_utf8() { macro_rules! assert_decode_utf8 { ($input_bytes: expr, $expected_str: expr) => { |
