Sign in
rust
/
rust-lang
/
reference
/
f98bfa3f4f46be45e80f000dfd0dbede9024ef6d
/
.
/
tools
/
diagnostics
/
README.md
blob: 1d43f396569462997aceb0d796f91bd0e3669b77 [
file
] [
view
]
# Diagnostics library
This
is
an extremely basic library to provide diagnostics output
for
the
Reference
tools
.
It
provides the ability to emit warnings
or
errors
,
and
to upgrade warnings to errors via an environment variable
.