Improve slug name error

This commit is contained in:
mejrs 2022-11-13 13:10:36 +01:00
parent d494502f64
commit e8e47e0873
4 changed files with 77 additions and 50 deletions

View file

@ -1,4 +1,5 @@
#![feature(allow_internal_unstable)]
#![feature(if_let_guard)]
#![feature(never_type)]
#![feature(proc_macro_diagnostic)]
#![feature(proc_macro_span)]