1. 12 4月, 2016 1 次提交
    • A
      rustdoc: Fix testing no_run code blocks · 42bcb404
      Alex Crichton 提交于
      This was a regression introduced by #31250 where the compiler deferred returning
      the results of compilation a little too late (after the `Stop` check was looked
      at). This commit alters the stop point to first try to return an erroneous
      `result` and only if it was successful return the sentinel `Err(0)`.
      
      Closes #31576
      42bcb404
  2. 07 4月, 2016 34 次提交
  3. 06 4月, 2016 5 次提交