We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b92962 commit 936b845Copy full SHA for 936b845
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: f93b1ff6f63b93e032c28c8ead17633aab3e4f98
+refs/heads/master: c97c8131a558595c0a19a283b99ef1ba4638f853
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/rusti/rusti.rs
@@ -82,6 +82,7 @@ fn run(repl: Repl, input: ~str) -> Repl {
82
let options: @session::options = @{
83
crate_type: session::unknown_crate,
84
binary: repl.binary,
85
+ addl_lib_search_paths: ~[os::getcwd()],
86
.. *session::basic_options()
87
};
88
0 commit comments