You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nascent-harry
changed the title
Calling EncoderStringWriter::write all successively does not equal EncoderStringWriter::write_all
Calling EncoderStringWriter::write successively does not equal EncoderStringWriter::write_allAug 26, 2023
The problem
From the docs it seems like using
EncoderStringWriter::write
incrementally andEncoderStringWriter::write_all
once should produce the same result.This is not the case as seen in the following example:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=5ec7ce07f0bd526e7cb8272134eff351
The text was updated successfully, but these errors were encountered: