Skip to content

Commit 06cde26

Browse files
catamorphismgraydon
authored andcommitted
---
yaml --- r: 2253 b: refs/heads/master c: 54aff74 h: refs/heads/master i: 2251: 4cdb8d7 v: v3
1 parent 56cd727 commit 06cde26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 93845d0bae9258e6617c79474cd4265fcafc133c
2+
refs/heads/master: 54aff74af093cb15310283e1edaa1693f07b525f

trunk/src/rt/rust_crate_cache.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ rust_crate_cache::c_sym::c_sym(rust_dom *dom, lib *library, char const *name)
4949
DLOG(dom, cache, "resolved symbol '%s' to 0x%" PRIxPTR,
5050
name, val);
5151
} else {
52-
DLOG_ERR(dom, cache, "unresolved symbol '%s', null lib handle", name);
52+
DLOG_ERR(dom, cache, "unresolved symbol '%s', null lib handle\n"
53+
"(did you omit a -L flag?)", name);
5354
}
5455
}
5556

0 commit comments

Comments
 (0)