Commit Graph

4 Commits

Author SHA1 Message Date
David Tolnay b103156b62 Remove extern crate proc_macro from docs 2020-06-09 20:46:54 -07:00
David Tolnay defe751b28 Emit main in dev crate whether or not there is error
Hides an unnecessary extra error:

    error[E0601]: `main` function not found in crate `syn_dev`
      |
      = note: consider adding a `main` function to `dev/main.rs`
2019-06-08 06:11:12 -07:00
David Tolnay f8f132b93d Debug print the dev syntax tree 2019-02-09 01:12:06 +01:00
David Tolnay a3d182d969 Add a dev crate to run the File parser 2019-02-09 01:03:49 +01:00