I get the following compile error with the latest quick-xml:
error[E0308]: mismatched types
--> src/xml_output.rs:145:31
|
145 | let event = Event::PI(BytesText::new(concat.as_str()));
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `BytesPI<'_>`, found `BytesText<'_>`
| |
| arguments to this enum variant are incorrect
|
note: tuple variant defined here
I get the following compile error with the latest quick-xml:
@hitenkoku Could you look into this?