We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ec05c commit b15716cCopy full SHA for b15716c
2 files changed
Makefile.in
@@ -1,6 +1,6 @@
1
export RUSTC = rustc
2
RUSTDOC = rustdoc
3
-export RUSTFLAGS = -O -Z debug-info
+export RUSTFLAGS = -O -Z extra-debug-info
4
BUILDDIR = build
5
INSTALL_DIR = %PREFIX%
6
src/error.rs
@@ -495,6 +495,7 @@ impl PostgresDbError {
495
}
496
497
498
+/// An error encountered when communicating with the Postgres server
499
#[deriving(ToStr)]
500
pub enum PostgresError {
501
/// An error reported by the Postgres server
0 commit comments