Sign in
rust
/
rust-lang
/
reference
/
refs/heads/master
/
.
/
tools
/
diagnostics
/
README.md
blob: 1d43f396569462997aceb0d796f91bd0e3669b77 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# 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
.