]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #45830 - pornel:dosglobs, r=dtolnay
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 8 Nov 2017 09:09:17 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2017 09:09:17 +0000 (10:09 +0100)
commit6392a164f0ab0c2c5deb43d16cf3b5b71155a48c
treef1135fa1e116df7ae5f1c11c336d89a2579ae452
parent1db95a2354ecca1c841446dca019c6c26a37bbcf
parent53de42e3334a004f3ed5bbc33317c871158ca2a4
Rollup merge of #45830 - pornel:dosglobs, r=dtolnay

Warn about lack of args glob expansion in Windows shell

Because all shells on Linux/macOS expand globs, and even MinGW on Windows emulates this behavior, it's easy to forget that Windows by itself doesn't support glob expansion. This PR documents this cross-platform difference.