Hi, I'v encounter STATUS_STACK_OVERFLOW when load a big xml file, abount 341KB. On win7 64bit, vs2013.
fn main() {
use select::document::Document;
use select::predicate::{Name, Predicate};
let document = Document::from(
include_str!("8144940")
);
`println!("Hello,` world!");
}
8144940.zip