enh(rust): add `eprintln!` macro (#3816)

This commit is contained in:
qoheniac 2023-07-08 00:58:53 +02:00 committed by GitHub
parent be9297ec81
commit a3e401ec4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Core Grammars:
- enh(swift) ownership modifiers support [Bradley Mackey][]
- enh(nsis) Add `!assert` compiler flag [idleberg][]
- fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
- enh(rust) added `eprintln!` macro [qoheniac][]
Dev tool:
@ -33,6 +34,7 @@ Dev tool:
[Josh Goebel]: https://github.com/joshgoebel
[Checconio]: https://github.com/Checconio
[Bradley Mackey]: https://github.com/bradleymackey
[qoheniac]: https://github.com/qoheniac
## Version 11.8.0

View File

@ -123,6 +123,7 @@ export default function(hljs) {
"debug_assert!",
"debug_assert_eq!",
"env!",
"eprintln!",
"panic!",
"file!",
"format!",