switch back to source-span for now

This commit is contained in:
Robin Appelman 2021-09-09 15:59:22 +02:00
commit 9310fcde66
4 changed files with 133 additions and 85 deletions

View file

@ -1,7 +1,7 @@
use miette::DiagnosticResult;
use main_error::MainError;
use php_literal_parser::{from_str, Value};
fn main() -> DiagnosticResult<()> {
fn main() -> Result<(), MainError> {
let source = r###"
array (
"double" => "quote",