about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2021-04-30 15:56:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2021-06-18 18:51:47 +0100
commit9580f3336b96e3da02f976e86ccf1122a20df32b (patch)
treec349cb14f8778ef2cd0fb897156089274c6d4baa /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parente7fb1a71cd71cb7a188807293f5325775f704bd5 (diff)
downloadrust-9580f3336b96e3da02f976e86ccf1122a20df32b.tar.gz
rust-9580f3336b96e3da02f976e86ccf1122a20df32b.zip
Windows error codes: Move to a separate module
We're going to add many more of these.

This commit is pure code motion, plus the necessary administrivia, as
I have veried with the following runes:

  $ git-diff HEAD~ | grep '^+' |sort >plus
  $ git-diff HEAD~ | grep '^-' | perl -pe 's/^-/+/' |sort >min
  $ diff -ub min plus |less

The output is precisely the expected `mod` and `use` directives.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions